From eff0cedac90d87c69da9b6c575588eb4ca9b23cc Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Wed, 15 Jan 2025 11:02:44 +0700 Subject: [PATCH] feat: document longpress-shortcut gesture in Android help --- products/android/18.0/context/gestures.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/products/android/18.0/context/gestures.md b/products/android/18.0/context/gestures.md index fe5aaf813..d46ab541f 100644 --- a/products/android/18.0/context/gestures.md +++ b/products/android/18.0/context/gestures.md @@ -8,6 +8,8 @@ There are now several gestures available to interact with some keys on the keybo ![](../android_images/touch-hold-ap.png) * **Long press**: Press and hold a key, and after a moment a submenu will appear. Slide the finger to the submenu to select a key. Release the finger, and the highlighted key from the submenu will be output. + * **Flick**: Press and hold a key, and then slide the finger in various directions on a key to reach alternate outputs. The key will animate to show the expected output when the finger gets released. A common flick is to slide down to reach numerals on the top row of the keyboard. -* **Multitap**: Some keys can be pressed repeatedly and rapidly to reach alternate outputs. Tapping rapidly twice on Shift will activate Caps Lock on many keyboards. + An up-flick on keys that support longpresses but do not have a defined up-flick will skip the wait and immediately display their longpress submenu. +* **Multitap**: Some keys can be pressed repeatedly and rapidly to reach alternate outputs. Tapping rapidly twice on Shift will activate Caps Lock on many keyboards. \ No newline at end of file