gtk: map left-tab key to #\tab

Closes PR 11697
 Merge to 5.1
This commit is contained in:
Matthew Flatt 2011-02-02 06:46:03 -07:00
parent 2d01241f7a
commit 0eed4e9462

View File

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