jbensmann / mouseless

A replacement for the mouse in Linux
MIT License
183 stars 17 forks source link

Question regarding: mapping to Numpad Keys #37

Closed mostafa20220 closed 1 year ago

mostafa20220 commented 1 year ago

I am trying to modify the config file so, I can use the numpad keys but, I don't know its names.

When I tried to use numbers like: 4, 6, 8, ... It used the numbers row, not the numpad.

And I tried KP_num like: KP_4 KP_2 But didn't work.

How can I find keys name of the numpd ?

Thanks in advance. The tool is great!.

jbensmann commented 1 year ago

Hi, it should be kp4 etc., you can also use the --debug flag when running mouseless, press the key and look at the output.