abouttreesummaryrefslogcommitdiff
path: root/doc/Possible-key-values.md
AgeCommit message (Collapse)AuthorFilesLines
2024-11-11Add "scroll_lock" key (#800)DocJr901-1/+2
Added "scroll_lock" equates to KeyEvent.KEYCODE_SCROLL_LOCK
2024-09-29Improve Ctrl key labels for Serbian Cyrillic layoutJules Aguillon1-3/+17
Add the ':char' syntax for defining character keys with a different symbol. This new kind of keys is used to implement Ctrl combinations in the Serbian Cyrillic layout without showing latin letters while the Ctrl modifier is activated.
2024-09-29Add complex keys (#774)Jules Aguillon1-1/+26
This allows to add new kinds of keys that need more data without making KeyValue's footprint bigger for common keys. This changes the [_symbol] field into [_payload], which holds the same as the previous field for more common keys but can hold bigger objects for keys of the new "Complex" kind. This also adds a complex key: String keys with a symbol different than the outputted string. Unit tests are added as the Java language is not helpful in making robust code.
2024-09-14doc: Mention switch_clipboardJules Aguillon1-0/+1
2024-07-03doc: Clarify the possible key valuesJules Aguillon1-1/+4
2024-06-08Flesh out custom layout doc (#651)Spike1-2/+2
2024-05-26Support the nnbsp characterJules Aguillon1-1/+2
2024-05-25Add custom layout documentation in `doc/` (#643)JapanYoshi1-0/+145