mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-31 11:52:13 +00:00
add layout infos for new parser, to be (re)moved after removing old parser
This commit is contained in:
parent
fd247eeb50
commit
99cf72684d
3 changed files with 83 additions and 21 deletions
|
@ -7,3 +7,6 @@ One key per line, two consecutive newlines mark a row end.
|
|||
Key format: [label] [moreKeys], all separated by space, e.g. `a 0 + *` will create a key with text a, and the keys `0`, `+`, and `*` on long press. Some characters currently require escape using `\` (todo: add the list, or better add them in code instead of requiring it in the layouts).
|
||||
Special symbols: `%` (only for language-dependent moreKeys, not user defined, also better use sth like `%%%`) acts as placeholder for normal moreKeys. `$$$` will be replaced by currency (or default to `$`).
|
||||
Language-dependent moreKeys should never contain "special" moreKeys, i.e. those starting with `!` (exception for `punctuation`)
|
||||
|
||||
## json
|
||||
Character layouts from FlorisBoard, but missing code or label will be determined automatically. And not everything supported...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue