Numpad hotkeys on linux: Difference between revisions
From Lucca's Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
sudo apt install xcape | sudo apt install xcape | ||
xcape -e 'Hyper_R=0' | xcape -e 'Hyper_R=0' | ||
Line 18: | Line 17: | ||
<hr> | <hr> | ||
https://wiki.archlinux.org/title/Xmodmap#Installation | https://wiki.archlinux.org/title/Xmodmap#Installation | ||
https://github.com/alols/xcape |
Revision as of 15:40, 28 June 2024
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
sudo apt install xcape xcape -e 'Hyper_R=0'
Resources
https://wiki.archlinux.org/title/Xmodmap#Installation https://github.com/alols/xcape