(function-key-map): Define S-iso-lefttab.
This commit is contained in:
parent
f8a14459c5
commit
8f96b49bc7
1 changed files with 1 additions and 0 deletions
|
@ -1187,6 +1187,7 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp")
|
|||
(define-key function-key-map [M-return] [?\M-\C-m])
|
||||
(define-key function-key-map [M-escape] [?\M-\e])
|
||||
(define-key function-key-map [iso-lefttab] [backtab])
|
||||
(define-key function-key-map [S-iso-lefttab] [backtab])
|
||||
|
||||
;; These tell read-char how to convert
|
||||
;; these special chars to ASCII.
|
||||
|
|
Loading…
Add table
Reference in a new issue