You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.example.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ key_mapping:
30
30
BUTTON_CLICK:
31
31
- "OPENHAB.Switch.TOGGLE"
32
32
- "OPENHAB.CustomSwitch.TOGGLEIFPLAYER"# Workaround making default Player elements work without extra config. Toggles PLAY/PAUSE if it's a player element.
33
-
SWIPE_UP: "MENUE.PARENT"
34
-
SWIPE_DOWN: "MENUE.CHILD"
33
+
#SWIPE_UP: "MENUE.PARENT"
34
+
SWIPE_DOWN: "MENUE.SHOWBATTERYLEVEL"
35
35
SWIPE_LEFT:
36
36
- "OPENHAB.CustomSwitch.<<"# Workaround making default Player elements work without extra config
Copy file name to clipboardExpand all lines: examples/keymaps/default.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ key_mapping:
12
12
BUTTON_CLICK:
13
13
- "OPENHAB.Switch.TOGGLE"
14
14
- "OPENHAB.CustomSwitch.TOGGLEIFPLAYER"# Workaround making default Player elements work without extra config. Toggles PLAY/PAUSE if it's a player element.
15
-
SWIPE_UP: "MENUE.PARENT"
16
-
SWIPE_DOWN: "MENUE.CHILD"
15
+
#SWIPE_UP: "MENUE.PARENT"
16
+
SWIPE_DOWN: "MENUE.SHOWBATTERYLEVEL"
17
17
SWIPE_LEFT:
18
18
- "OPENHAB.CustomSwitch.<<"# Workaround making default Player elements work without extra config
0 commit comments