mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
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:
@@ -1,7 +1,7 @@
|
||||
;;; core-os-linux.el --- Debian-specific settings
|
||||
|
||||
(setq x-super-keysym 'meta
|
||||
x-meta-keysym 'alt)
|
||||
(setq x-super-keysym 'alt
|
||||
x-meta-keysym 'meta)
|
||||
|
||||
(defun doom-open-with (command &rest args)
|
||||
"Open PATH in APP-NAME, using xdg-open."
|
||||
|
Reference in New Issue
Block a user