Created
September 3, 2020 19:54
-
-
Save tychoish/4c13227d23dd54f3f1e42b09cecf2747 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(define-key *top-map* (kbd "XF86AudioLowerVolume") "volume-quiet") | |
(define-key *top-map* (kbd "XF86AudioRaiseVolume") "volume-loud") | |
(define-key *top-map* (kbd "XF86AudioMute") "volume-toggle") | |
(define-key *top-map* (kbd "F2") "lock") | |
(define-key *root-map* (kbd "TAB") "fselect") | |
(define-key *root-map* (kbd "C-TAB") "fother") | |
(define-key *root-map* (kbd "F6") "brightness-inc") | |
(define-key *root-map* (kbd "F5") "brightness-dec") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment