Skip to content

Instantly share code, notes, and snippets.

@tychoish
Created September 3, 2020 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tychoish/4c13227d23dd54f3f1e42b09cecf2747 to your computer and use it in GitHub Desktop.
Save tychoish/4c13227d23dd54f3f1e42b09cecf2747 to your computer and use it in GitHub Desktop.
(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