gtk: map left-tab key to #\tab
Closes PR 11697 Merge to 5.1 original commit: 0eed4e9462a227326b2edd0e1c4b2d6e739043b4
This commit is contained in:
parent
246ad236f0
commit
c49deb88ce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user