Improve documentation (#190)

* fix grammar
This commit is contained in:
Luke Wass 2025-05-29 10:16:05 -05:00 committed by GitHub
parent 04a2b4d248
commit 1d793c485e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 73 additions and 75 deletions

View file

@ -5,7 +5,7 @@
# Actions and Gestures
µLauncher's central mechanism for accessing important functionality quickly
is to bind actions (e.g. launching an app) to gestures (e.g. swiping up).
is to bind actions (e.g., launching an app) to gestures (e.g., swiping up).
These bindings can be configured in µLauncher Settings > ACTIONS.
@ -32,7 +32,7 @@ These bindings can be configured in µLauncher Settings > ACTIONS.
- Tap then swipe up, down, left, or right
To execute these gesture consistently, it is helpful to think of them as double taps,
To execute these gestures consistently, it is helpful to think of them as double taps,
where the finger stays on the screen after the second tap and then does a swipe.
The swipe must start very shortly after the tap ended.
@ -62,14 +62,14 @@ To any of the available gestures, one of the following actions can be bound:
If private space is set up, an icon to (un)lock it is shown on the top right.
- Open µLauncher's settings
- Toggle private space lock
- Lock the screen: This allows to lock the screen.
There are two mechanisms by which the screen can be locked, accessibility service and device admin.
- Lock the screen: This allows you to lock the screen.
There are two mechanisms by which the screen can be locked: accessibility service and device admin.
- Toggle the flashlight
- Raise, lower or adjust volume
- Raise, lower, or adjust volume
- Play or pause media playback
- Skip to previous or next audio track
- Open notifications panel: Might be useful if the top of your screen is broken.
- Open quick settings panel: Why swipe down twice?
- Open [recent apps](https://developer.android.com/guide/components/activities/recents): Requires accessibility service. Can be used as a workaround for a Android bug.
- Open [recent apps](https://developer.android.com/guide/components/activities/recents): Requires accessibility service. It can be used as a workaround for an Android bug.
- Launch another home screen: Allows using another installed home screen temporarily.
- Do nothing: Just prevents showing the message saying that no action is bound to this gesture.
- Do nothing: Simply prevents showing the message that no action is bound to this gesture.