mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-30 12:49:57 +00:00
Updated Customization (markdown)
parent
c33e3410c1
commit
2b720be2ea
1 changed files with 6 additions and 1 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue