mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 21:38:05 +02:00
nanonote-files add system volume control thanks EdorFaus
This commit is contained in:
parent
28188074d9
commit
dab010aecb
@ -0,0 +1,15 @@
|
|||||||
|
diff --git a/nanonote.keymap b/nanonote.keymap
|
||||||
|
index 324ae67..d2081b0 100644
|
||||||
|
--- a/nanonote.keymap
|
||||||
|
+++ b/nanonote.keymap
|
||||||
|
@@ -11,8 +11,8 @@ Left=Left
|
||||||
|
Right=Right
|
||||||
|
Up=Up
|
||||||
|
Down=Down
|
||||||
|
-IncreaseVolume=Vol+
|
||||||
|
-DecreaseVolume=Vol-
|
||||||
|
+IncreaseVolume=Mod+Vol+
|
||||||
|
+DecreaseVolume=Mod+Vol-
|
||||||
|
ToggleTime=T
|
||||||
|
Pause=P
|
||||||
|
Stop=Mod+X
|
@ -0,0 +1,2 @@
|
|||||||
|
KEY_VOLUMEUP 1 /usr/bin/amixer sset PCM 5%+
|
||||||
|
KEY_VOLUMEDOWN 1 /usr/bin/amixer sset PCM 5%-
|
Loading…
Reference in New Issue
Block a user