mirror of
https://github.com/jrpie/Launcher.git
synced 2025-05-10 20:44:19 +02:00
improve codestyle
This commit is contained in:
parent
b2b823446f
commit
8f9f8ac928
7 changed files with 111 additions and 85 deletions
|
@ -1,41 +1,52 @@
|
|||
# Available Gestures
|
||||
## Swipes
|
||||
# Gestures and Bindings
|
||||
|
||||
## Available Gestures
|
||||
|
||||
### Swipes
|
||||
|
||||
- Up, down, left, or right.
|
||||
- Up, down, left, or right with two fingers.
|
||||
- Up or down on the left or right edge.
|
||||
- Left or right on the top or bottom edge.
|
||||
|
||||
## Taps
|
||||
### Taps
|
||||
|
||||
- Tap on date or time.
|
||||
- Double tap.
|
||||
- Long tap.
|
||||
|
||||
## Tap-then-Swipes
|
||||
tap then swipe up, down, left, or right
|
||||
### Tap-then-Swipes
|
||||
|
||||
Tap then swipe up, down, left, or right
|
||||
|
||||
### Complex Gestures
|
||||
|
||||
## Complex Gestures
|
||||
- Draw <, >, V, or Λ.
|
||||
- Draw <, >, V, or Λ in reverse direction.
|
||||
|
||||
## Hardware Buttons as Gestures
|
||||
### Hardware Buttons as Gestures
|
||||
|
||||
- Back button.
|
||||
- Volume up or down button.
|
||||
|
||||
|
||||
***
|
||||
|
||||
## Available Bindings
|
||||
|
||||
# Available Bindings
|
||||
Any of the above gestures can be bound to any of the following bindings.
|
||||
## Launcher Bindings
|
||||
|
||||
### Launcher Bindings
|
||||
|
||||
- Open µLauncher settings.
|
||||
- Open a list of all*, favorite, or private* apps.
|
||||
|
||||
## App Bindings
|
||||
### App Bindings
|
||||
|
||||
- Launch an app.
|
||||
- Launch another Home Screen.
|
||||
|
||||
## Android / Device Bindings
|
||||
### Android / Device Bindings
|
||||
|
||||
- Toggle private space lock.
|
||||
- Lock the screen.
|
||||
- Toggle the torch (flashlight)
|
||||
|
@ -44,4 +55,4 @@ Any of the above gestures can be bound to any of the following bindings.
|
|||
- Open Notifications shade.
|
||||
- Open Quick Settings shade.
|
||||
|
||||
> \* excludes apps hidden by the user
|
||||
> \* excludes apps hidden by the user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue