Skip to content

Commit 4c33a6f

Browse files
committed
add key binding to apply the hyper modifier
1 parent 2a6a6aa commit 4c33a6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings.el

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
;; -*- mode: Emacs-Lisp -*-
22
;; This is bindings loaded by user.el
33
(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)
46
;; (setq ns-function-modifier 'hyper) ; make Fn key do Hyper
57
(define-key input-decode-map [?\C-m] [C-m])
68
(global-set-key (kbd "<f8>") 'menu-bar-open)

0 commit comments

Comments
 (0)