mirror of
https://github.com/jrpie/Launcher.git
synced 2025-06-08 02:11:24 +02:00
fix grammar
This commit is contained in:
parent
321a7efaca
commit
33a5a07556
1 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue