From ca007883e090fc1b4efec07245f5db11c189d8ce Mon Sep 17 00:00:00 2001 From: knox-dawson <154367947+knox-dawson@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:16:40 -0400 Subject: [PATCH] 0.0.10 released --- Gestures-0.0.9.md | 143 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 Gestures-0.0.9.md diff --git a/Gestures-0.0.9.md b/Gestures-0.0.9.md new file mode 100644 index 0000000..8cd8f0c --- /dev/null +++ b/Gestures-0.0.9.md @@ -0,0 +1,143 @@ +# [rM Hacks Documentation](rM-Hacks-Documentation-0.0.9) Gestures + +
+ +## Open / close toolbar + +Swipe one finger down in the body of the page to open or close the toolbar. + +When the toolbar is closed the brush / tool icon will appear in the place of the default toolbar toggle icon. + +![Gesture to toggle toolbar, one finger down in center](https://github.com/mb1986/rm-hacks/assets/154367947/4e94e633-e1b4-49f5-b3e6-d2696291fb1c) + +
+ +-------------------------------------------------- + +
+ +## Open / close QuickTools + +Swipe one finger up in the body of the page to open or close the toolbar. + +![Gesture to toggle QuickTools, one finger up in center](https://github.com/mb1986/rm-hacks/assets/154367947/4edfe20b-ca4c-4218-bb77-79cb6193816c) + +
+ +-------------------------------------------------- + +
+ +## Swap the last two tools + +Swipe one finger down in the corner closest to the toolbar to switch between the last two tools. + +For example, you could switch between two writing tools, like the Pencil and the Highlighter. Or between a writing tool and the selection tool. + +![Gesture to swap last two tools, one finger down upper corner closest toolbar](https://github.com/mb1986/rm-hacks/assets/154367947/ad1978fc-126a-4abf-bbc7-2014f7fa9092) + +
+ +-------------------------------------------------- + +
+ +## Swap last tool with eraser + +Swipe one finger up in the corner closest to the toolbar to switch between the writing tool and eraser. + +![Gesture to swap tool with eraser, one finger up upper corner closest toolbar](https://github.com/mb1986/rm-hacks/assets/154367947/24edf872-0215-4db5-bb79-17471d7f0a11) + +
+ +-------------------------------------------------- + +
+ +## Swap the last two pen thicknesses (strokes) + +Swipe one finger down in the top corner opposite the toolbar to swap the last two pen thicknesses (strokes). + +For example, you might switch between Thin (1) and Thick (3). + +![Gesture to swap the last two pen strokes, one finger down upper corner opposite toolbar](https://github.com/mb1986/rm-hacks/assets/154367947/736acd6a-1d68-4c21-a5ad-e6dd07375a23) + +
+ +-------------------------------------------------- + +
+ +## Swap the last two colors + +Swipe one finger up in the top corner opposite the toolbar to swap the last two colors. + +For example, you might switch between Black and Gray, or between Yellow and Pink. + +![Gesture to swap the last two colors, one finger up upper corner opposite toolbar](https://github.com/mb1986/rm-hacks/assets/154367947/029f13fb-447d-4b18-93a9-564089aa781b) + +
+ +-------------------------------------------------- + +
+ +## Open previous document + +Swipe two fingers up from the bottom of the page to open previously edited document. + +![Gesture to open previous document, two fingers up from bottom](https://github.com/mb1986/rm-hacks/assets/154367947/3ee51b47-e582-445f-9504-2a920fee092f) + +
+ +-------------------------------------------------- + +
+ +## Full screen refresh + +Tap all five fingers to trigger a full screen refresh. + +![Gesture to force screen refresh, five finger tap](https://github.com/mb1986/rm-hacks/assets/154367947/bc5a7a02-8313-4ad5-84bd-e3360ebffc31) + +
+ +-------------------------------------------------- + +
+ +## Sleep mode + +Swipe one finger up from near the top of the page to trigger sleep mode. + +Turn on light sleep mode from the Menu ⇒ Settings ⇒ Security page. If light sleep is not turned on, this gesture will put the device into normal sleep mode. + +![Gesture to put the device into sleep mode, one finger up near top](https://github.com/mb1986/rm-hacks/assets/154367947/e2fada08-0ac5-41b9-975f-4c6c26abbedb) + +
+ +-------------------------------------------------- + +
+ +## Add page on edge double tap (new in 0.0.9) + +Adds a new page on a double tap on edge (left or right) and go to this page. + +![Add page on edge double tap, left and right](https://github.com/mb1986/rm-hacks/assets/154367947/f5fe6036-ed0d-4459-a718-894cc78dad30) + +
+ +-------------------------------------------------- + +
+ +## Remove on double tap (new in 0.0.9) + +Double tap on an empty page removes this empty page + +![Remove empty page on double tap in center](https://github.com/mb1986/rm-hacks/assets/154367947/23c48f49-36b7-4bf8-ab83-200d48785bf9) + +
+ +