9833cc8a64
Fixes: #1422
3 lines
192 B
Text
3 lines
192 B
Text
# map tm2-touchkey to KEY_MENU and KEY_BACK
|
|
SUBSYSTEM=="input", KERNEL=="event*", DRIVERS=="tm2-touchkey", \
|
|
ENV{KEYBOARD_KEY_00}="menu", ENV{KEYBOARD_KEY_01}="back", RUN{builtin}+="keyboard"
|