Updated Customization (markdown)

Helium314 2024-09-23 20:51:12 +02:00
parent c33e3410c1
commit 2b720be2ea

@ -30,4 +30,9 @@ You can add custom dictionaries, or replace a built-in "main" dictionary. Adding
Each dictionary has a _type_, which is unique per language. So when the dictionary has _type_ "main", it will replace any existing main dictionary for that language.
Creating dictionaries is a somewhat complex process, you can find information in the readme at https://codeberg.org/Helium314/aosp-dictionaries.
In the same repository you can also find more dictionaries gathered from various sources.
In the same repository you can also find more dictionaries gathered from various sources.
# Toolbar key codes
You can adjust the normal and long-press key codes of toolbar keys to your liking. Key codes are Unicode code points.
There are also some [special key codes](https://github.com/Helium314/HeliBoard/blob/main/app/src/main/java/helium314/keyboard/keyboard/internal/keyboard_parser/floris/KeyCode.kt), but you will need to consider that not all of them are implemented. See [here](https://github.com/Helium314/HeliBoard/blob/main/app/src/main/java/helium314/keyboard/keyboard/internal/keyboard_parser/floris/KeyCode.kt#L172) for which of the special codes are allowed for use.