]> git.eshelyaron.com Git - emacs.git/commitdiff
Tidy up NS keybindings
authorAlan Third <alan@idiocy.org>
Mon, 5 Feb 2018 19:46:48 +0000 (19:46 +0000)
committerAlan Third <alan@idiocy.org>
Sun, 11 Feb 2018 20:54:28 +0000 (20:54 +0000)
* lisp/term/ns-win.el: Remove unneeded mappings to super-shifted keys.

lisp/term/ns-win.el

index 4673af300145c89639c2d36ca9ec284e704d3cdc..ca2cc725a660ca43418df03f7b361fa47d71e8bb 100644 (file)
@@ -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)