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: examples/keymaps/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Default/Initial mode:
78
78
79
79
Navigation mode:
80
80
- Swipe up+down: Go up or down the hierarchy.
81
-
- Wheel / Swipe left+right: Navigate between apps on the same hierarchy. When the button is not hold, by default a short button click sends a TOGGLE command to switches while the wheel will control the Slider elements.
81
+
- Wheel / Swipe left+right: Navigate between apps on the same hierarchy.
82
82
83
83
The navigation mode is active **as long as the Nuimo's main button is pressed**. It's entered on a `BUTTON_PRESS` event and the mode is switched back to default after a `BUTTON_RELEASE` event.
84
84
@@ -87,4 +87,4 @@ The navigation mode is active **as long as the Nuimo's main button is pressed**.
87
87
88
88
This sitemap has only one mode, so it does not have any context-specific mapping. Every gesture always triggers the same action(s)
89
89
Swipe up+down: Navigate between apps (hierarchies / nexted `Text` elements are NOT supported by this keymap).
90
-
A short button click sends a TOGGLE command to switches while the wheel will control the Slider elements.
90
+
A short button click sends a TOGGLE command to switches while the wheel will control the Slider elements.
0 commit comments