mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-21 09:21:20 +00:00
Refined the hidden feature description (#235)
* refined the hidden feature description * Update README.md
This commit is contained in:
parent
9f291ac2b3
commit
b59d0b525d
2 changed files with 31 additions and 32 deletions
|
@ -640,23 +640,23 @@ New dictionary:
|
|||
<string name="hidden_features_text">device protected storage</string>
|
||||
<!-- Hidden features text -->
|
||||
<string name="hidden_features_message">
|
||||
► Long pressing the clipboard key (the optional one in suggestion strip) pastes system clipboard contents. <br> <br>
|
||||
► Long pressing keys in the suggestion strip toolbar pins them to the suggestion strip. <br> <br>
|
||||
► Long-press comma to access clipboard view, emoji view, one-handed mode, settings, or switch language : <br>
|
||||
\t• emoji view and language switch will disappear if you have the corresponding key enabled; <br>
|
||||
\t• for some layouts it\'s not the comma-key, but the key at the same position (e.g. it\'s `q` for Dvorak layout). <br> <br>
|
||||
► Press the incognito icon to get the toolbar. <br> <br>
|
||||
► Sliding key input: swipe from shift to another key to type a single uppercase key: <br>
|
||||
\t• also works for the `?123` key to type a single symbol from the symbols keyboard, and for related keys. <br> <br>
|
||||
► Long-press a suggestion in suggestion strip to show more suggestions, and a delete button to remove this suggestion. <br> <br>
|
||||
► Long-pressing the Clipboard Key (the optional one in the suggestion strip) pastes system clipboard contents. <br> <br>
|
||||
► Long-pressing keys in the suggestion strip toolbar pins them to the suggestion strip. <br> <br>
|
||||
► Long-press the Comma-key to access Clipboard View, Emoji View, One-handed Mode, Settings, or Switch Language: <br>
|
||||
\t• Emoji View and Language Switch will disappear if you have the corresponding key enabled; <br>
|
||||
\t• For some layouts it\'s not the Comma-key, but the key at the same position (e.g. it\'s \'q\' for Dvorak layout). <br> <br>
|
||||
► Press the Incognito icon to access the toolbar. <br> <br>
|
||||
► Sliding key input: Swipe from shift to another key to type a single uppercase key: <br>
|
||||
\t• This also works for the \'?123\' key to type a single symbol from the symbols keyboard, and for related keys. <br> <br>
|
||||
► Long-press a suggestion in the suggestion strip to show more suggestions, and a delete button to remove this suggestion. <br> <br>
|
||||
► Swipe up from a suggestion to open more suggestions, and release on the suggestion to select it. <br> <br>
|
||||
► You can add dictionaries by opening them in a file explorer: <br>
|
||||
\t• only works with <i>content-uris</i> and not with <i>file-uris</i>, meaning that it may not work with some file explorers. <br> <br>
|
||||
\t• This only works with <i>content-uris</i> and not with <i>file-uris</i>, meaning that it may not work with some file explorers. <br> <br>
|
||||
<i>Debug APK only</i> <br>
|
||||
► Long-press a suggestion to show the source dictionary.<br> <br>
|
||||
► Debug settings in advanced preferences, though not very useful except for dumping dictionaries into the log. <br> <br>
|
||||
► When the app crashes, you will be asked whether you want crash logs when you open the settings. <br> <br>
|
||||
► For users doing manual backups with root access: starting at Android 7, the shared preferences file is not in the default location, because the app is using %s. <br>
|
||||
► The Debug Settings are located within the Advanced Preferences, though the usability is limited except for dumping dictionaries into the log. <br> <br>
|
||||
► In the event of an application crash, you will be prompted whether you want the crash logs when you open the Settings. <br> <br>
|
||||
► For users doing manual backups with root access: Starting at Android 7, the shared preferences file is not in the default location, because the app is using %s. <br>
|
||||
This is necessary so the settings can be read before the device is unlocked, e.g. at boot. <br>
|
||||
File is located in /data/user_de/0/package_id/shared_prefs/, though this may depend on the device and Android version.</string>
|
||||
The file is located in /data/user_de/0/package_id/shared_prefs/, though this may depend on the device and Android version.</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue