Skip to content

Commit e09d300

Browse files
authored
Fix copy & paste error in keymap README
1 parent 2b9c73e commit e09d300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/keymaps/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Default/Initial mode:
7878

7979
Navigation mode:
8080
- 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.
8282

8383
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.
8484

@@ -87,4 +87,4 @@ The navigation mode is active **as long as the Nuimo's main button is pressed**.
8787

8888
This sitemap has only one mode, so it does not have any context-specific mapping. Every gesture always triggers the same action(s)
8989
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

Comments
 (0)