gtk: map left-tab key to #\tab

Closes PR 11697
 Merge to 5.1

original commit: 0eed4e9462a227326b2edd0e1c4b2d6e739043b4
This commit is contained in:
Matthew Flatt 2011-02-02 06:46:03 -07:00
parent 246ad236f0
commit c49deb88ce

View File

@ -8,6 +8,7 @@
#hash((#xff08 . #\backspace) #hash((#xff08 . #\backspace)
(#xffff . #\rubout) (#xffff . #\rubout)
(#xff09 . #\tab) (#xff09 . #\tab)
(#xfe20 . #\tab) ; left tab (sometimes from ctl-shift-tab)
(#xff0a . #\newline) (#xff0a . #\newline)
(#xff0d . #\return) (#xff0d . #\return)
(#xff1b . escape) ; escape (#xff1b . escape) ; escape