Hacker News new | ask | show | jobs
by procaryote 207 days ago
Termux allows me to remap the volume buttons to control and meta which makes it much easier
1 comments

Emacs lets you remap the volume keys:

  (global-set-key (kbd "<volume-down>") 'fill-paragraph)
You can use the usual C-h k <key> to see what Emacs calls the key.