We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6a6aa commit 4c33a6fCopy full SHA for 4c33a6f
bindings.el
@@ -1,6 +1,8 @@
1
;; -*- mode: Emacs-Lisp -*-
2
;; This is bindings loaded by user.el
3
(setq ns-function-modifier 'hyper) ; make Fn key do Hyper
4
+;; This is so on keyboards that can't make Fn do hyper I can still get the hyper key
5
+(define-key function-key-map (kbd "M-s->") 'event-apply-hyper-modifier)
6
;; (setq ns-function-modifier 'hyper) ; make Fn key do Hyper
7
(define-key input-decode-map [?\C-m] [C-m])
8
(global-set-key (kbd "<f8>") 'menu-bar-open)
0 commit comments