Numpad hotkeys on linux

From Lucca's Wiki
Revision as of 15:46, 28 June 2024 by 10.0.1.1 (talk)
Jump to navigationJump to search

Making numpad hotkeys on linux is a bit more tricky than it is on windows due to the critical lack of autohotkey ;-;



You'll need xmodmap, I created a file like this:

~/.Xmodmap:

keycode 90 = Hyper_R

You can use XCape to allow the modifier keys to send actions on their own.

sudo apt install xcape
xcape -e 'Hyper_R=0'



Resources


https://wiki.archlinux.org/title/Xmodmap#Installation https://github.com/alols/xcape