Updated FAQ (markdown)

Helium314 2025-01-13 16:36:12 +01:00
parent b3e0c496ff
commit e95b8a96ac

3
FAQ.md

@ -26,6 +26,9 @@ Check [dictionaries repo](https://codeberg.org/Helium314/aosp-dictionaries) whet
### No suggestions in some app / text field ### No suggestions in some app / text field
This app respects the [no suggestions flag](https://developer.android.com/reference/android/text/InputType#TYPE_TEXT_FLAG_NO_SUGGESTIONS) set by some input fields, i.e. the developer does not want you to see suggestions here. Best do in issue report for that app if you think this behavior is wrong. Alternatively you can enable the _always show suggestions_ setting that overrides the _no suggestions_ flag. This app respects the [no suggestions flag](https://developer.android.com/reference/android/text/InputType#TYPE_TEXT_FLAG_NO_SUGGESTIONS) set by some input fields, i.e. the developer does not want you to see suggestions here. Best do in issue report for that app if you think this behavior is wrong. Alternatively you can enable the _always show suggestions_ setting that overrides the _no suggestions_ flag.
### Missing or unwanted autocorrect
You can tune the autocorrect confidence, i.e. how likey autocorrect will kick in, in _Text correction_ settings. With the _More auto-correction_ setting you can enable autocorrect in text fields where autocorrection [might not be wanted](https://github.com/Helium314/HeliBoard/blob/main/app/src/main/java/helium314/keyboard/latin/InputAttributes.java#L115-L121), like mail addresses.
### Multilingual typing (type in multiple languages without switching manually) ### Multilingual typing (type in multiple languages without switching manually)
Go to _Languages & Layouts_, select the main language, and tap the `+` button next to _multilingual typing_ to add a language. Note that the selection is limited to languages with the same script as the main language, and to languages that have a dictionary. So if you want e.g. Finnish as secondary language, first go to Finnish in _Languages & Layouts_ and add a dictionary. Go to _Languages & Layouts_, select the main language, and tap the `+` button next to _multilingual typing_ to add a language. Note that the selection is limited to languages with the same script as the main language, and to languages that have a dictionary. So if you want e.g. Finnish as secondary language, first go to Finnish in _Languages & Layouts_ and add a dictionary.