Numpad hotkeys on linux: Difference between revisions
From Lucca's Wiki
Jump to navigationJump to search
(Created page with "Making numpad hotkeys on linux is a bit more tricky than it is on windows due to the critical lack of autohotkey ;-;") |
No edit summary |
||
Line 1: | Line 1: | ||
Making numpad hotkeys on linux is a bit more tricky than it is on windows due to the critical lack of autohotkey ;-; | 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: | |||
cat .Xmodmap | |||
keycode 90 = Hyper_R |
Revision as of 14:45, 27 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:
cat .Xmodmap keycode 90 = Hyper_R