Non-printable keycodes #1630
|
Greetings, Found "blackwidowcontrol" for Linux. It enables 4 of the 5 m-keys. They send scancodes 0xe0, 0x55, 0x5f and 0x5d. Kanata gives me "Unknown key in defsrc" for these when I run it. Using 0xe0 (224 decimal) as an example, I've tried KEY_CANCEL, SC_E0, KEY_E0, 0xe0 and 224. Same error for all. What is the correct definition for these keys or proper way to call them? Thanks, |
Replies: 2 comments
|
You can try using deflocalkeys to name the numbers. |
|
Thanks for the quick reply! Reading up on the deflocalkeys I found the debug flag. Using it I got a different set of scan codes than from showkey --scancodes. Debug showed the keyboard was sending F13, F15, F16 and F17. Using these, all is right in the world again. Thanks for a great program and support! |
You can try using deflocalkeys to name the numbers.