From 33a5a07556269b1792afa6564cc9ecce7e3593f6 Mon Sep 17 00:00:00 2001 From: Luke Wass Date: Tue, 27 May 2025 14:30:04 -0500 Subject: [PATCH] fix grammar --- docs/actions-and-gestures.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/actions-and-gestures.md b/docs/actions-and-gestures.md index dc00970..48c3e88 100644 --- a/docs/actions-and-gestures.md +++ b/docs/actions-and-gestures.md @@ -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.