← Back to context Comment by procaryote 4 days ago Termux allows me to remap the volume buttons to control and meta which makes it much easier 1 comment procaryote Reply spit2wind 3 days ago 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.
spit2wind 3 days ago 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.
Emacs lets you remap the volume keys:
You can use the usual C-h k <key> to see what Emacs calls the key.