Map windows key to super
This commit is contained in:
parent
f2c9e40d44
commit
500e078e12
1 changed files with 6 additions and 3 deletions
|
@ -26,9 +26,12 @@ and Emacs states, and for non-evil users.")
|
||||||
;;
|
;;
|
||||||
;;; Keybind settings
|
;;; Keybind settings
|
||||||
|
|
||||||
(when IS-MAC
|
(cond (IS-MAC
|
||||||
(setq mac-command-modifier 'super
|
(setq mac-command-modifier 'super
|
||||||
mac-option-modifier 'meta))
|
mac-option-modifier 'meta))
|
||||||
|
(IS-WINDOWS
|
||||||
|
(setq w32-lwindow-modifier 'super
|
||||||
|
w32-rwindow-modifier 'super)))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue