Tidy up NS keybindings
* lisp/term/ns-win.el: Remove unneeded mappings to super-shifted keys.
This commit is contained in:
parent
f7a853d818
commit
68d8925077
1 changed files with 1 additions and 3 deletions
|
@ -125,7 +125,6 @@ The properties returned may include `top', `left', `height', and `width'."
|
|||
(define-key global-map [?\s-h] 'ns-do-hide-emacs)
|
||||
(define-key global-map [?\s-H] 'ns-do-hide-others)
|
||||
(define-key global-map [?\M-\s-h] 'ns-do-hide-others)
|
||||
(define-key key-translation-map [?\M-\s-\u02D9] [?\M-\s-h])
|
||||
(define-key global-map [?\s-j] 'exchange-point-and-mark)
|
||||
(define-key global-map [?\s-k] 'kill-current-buffer)
|
||||
(define-key global-map [?\s-l] 'goto-line)
|
||||
|
@ -144,8 +143,7 @@ The properties returned may include `top', `left', `height', and `width'."
|
|||
(define-key global-map [?\s-z] 'undo)
|
||||
(define-key global-map [?\s-|] 'shell-command-on-region)
|
||||
(define-key global-map [s-kp-bar] 'shell-command-on-region)
|
||||
(define-key global-map [C-s- ] 'ns-do-show-character-palette)
|
||||
(define-key key-translation-map [C-s-268632064] [C-s- ])
|
||||
(define-key global-map [?\C-\s- ] 'ns-do-show-character-palette)
|
||||
;; (as in Terminal.app)
|
||||
(define-key global-map [s-right] 'ns-next-frame)
|
||||
(define-key global-map [s-left] 'ns-prev-frame)
|
||||
|
|
Loading…
Add table
Reference in a new issue