Switch ALT and SUPER keysyms
To make my muscle memory consistent across my Mac and Linux machines, I've physically switched these two keys.
This commit is contained in:
parent
e20e98cca3
commit
5536ab887d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; core-os-linux.el --- Debian-specific settings
|
;;; core-os-linux.el --- Debian-specific settings
|
||||||
|
|
||||||
(setq x-super-keysym 'meta
|
(setq x-super-keysym 'alt
|
||||||
x-meta-keysym 'alt)
|
x-meta-keysym 'meta)
|
||||||
|
|
||||||
(defun doom-open-with (command &rest args)
|
(defun doom-open-with (command &rest args)
|
||||||
"Open PATH in APP-NAME, using xdg-open."
|
"Open PATH in APP-NAME, using xdg-open."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue