2022-03-21 13:17:02 +00:00
|
|
|
# map touchkey on Zinitix-TS to KEY_MENU and KEY_BACK
|
|
|
|
SUBSYSTEM=="input", KERNEL=="event*", DRIVERS=="Zinitix-TS", \
|
|
|
|
ENV{KEYBOARD_KEY_00}="menu", ENV{KEYBOARD_KEY_01}="back", RUN{builtin}+="keyboard"
|
2024-07-17 13:32:28 +00:00
|
|
|
|
|
|
|
# prevent from getting woken up by touchkey in Phosh / Gnome Mobile
|
|
|
|
SUBSYSTEM=="input", KERNEL=="event*", DRIVERS=="Zinitix-TS", \
|
|
|
|
ENV{GM_WAKEUP_KEY_139}="0", ENV{GM_WAKEUP_KEY_158}="0"
|