fixed vt420pc.keytab

svn path=/trunk/kdebase/konsole/; revision=55241
wilder-portage
Lars Doelle 26 years ago
parent 654f23e16a
commit 7b14166d23
  1. 4
      other/vt420pc.keytab

@ -67,8 +67,8 @@ key Return+Alt+NewLine : "\E\r\n"
# Some desperately try to save the ^H.
# may be not everyone wants this
key Backspace : "\008" # yes we need Control H
key Delete : "\177" # yes we need this too
key Backspace : "\x08" # Control H
key Delete : "\x7f"
# These codes are for the VT420pc
# The Ansi mode (i.e. VT100 mode) is set by

Loading…
Cancel
Save