mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:03:10 +02:00
keymouse: fix keymap for VolUp/VolDown
This commit is contained in:
parent
f54d4ad884
commit
5395297c8d
@ -18,7 +18,7 @@ notify exec=
|
|||||||
|
|
||||||
# Mapping (see /usr/include/linux/input.h for keycode or use dump option)
|
# Mapping (see /usr/include/linux/input.h for keycode or use dump option)
|
||||||
modes=100,29,56
|
modes=100,29,56
|
||||||
bkeys=103,108,106,105,88,87,25
|
bkeys=103,108,106,105,114,115,25
|
||||||
|
|
||||||
# Actions
|
# Actions
|
||||||
# <action>=mod1:mod2
|
# <action>=mod1:mod2
|
||||||
@ -27,11 +27,11 @@ up=103:0:
|
|||||||
down=108:0:
|
down=108:0:
|
||||||
right=106:0:
|
right=106:0:
|
||||||
left=105:0:
|
left=105:0:
|
||||||
rup=87:0:
|
rup=115:0:
|
||||||
rdown=88:0:
|
rdown=114:0:
|
||||||
#lup=42:2:
|
#lup=42:2:
|
||||||
#ldown=56:1:
|
#ldown=56:1:
|
||||||
click=88:1:
|
click=114:1:
|
||||||
rclick=87:1:
|
rclick=115:1:
|
||||||
3click=25:2:
|
3click=25:2:
|
||||||
lock=25:1:
|
lock=25:1:
|
||||||
|
Loading…
Reference in New Issue
Block a user