diff options
| author | Jore | 2025-05-25 17:40:15 +0300 |
|---|---|---|
| committer | GitHub | 2025-05-25 16:40:15 +0200 |
| commit | d36452d9c3d008230a0982891e2e764a1f10d041 (patch) | |
| tree | 15c1c4a7608fc4240897c6717580414a4f1f482a | |
| parent | 97355881a855c5d2503f7e518c1e30fc03f88d4e (diff) | |
| download | unexpected-keyboard-d36452d9c3d008230a0982891e2e764a1f10d041.tar.gz unexpected-keyboard-d36452d9c3d008230a0982891e2e764a1f10d041.zip | |
Update layout customization info in srcs/layouts/latn_qwerty_us.xml (#1001)
- Added info on bottom row customization. (#637)
- Added useful links.
| -rw-r--r-- | srcs/layouts/latn_qwerty_us.xml | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/srcs/layouts/latn_qwerty_us.xml b/srcs/layouts/latn_qwerty_us.xml index a97525e..713c903 100644 --- a/srcs/layouts/latn_qwerty_us.xml +++ b/srcs/layouts/latn_qwerty_us.xml @@ -18,8 +18,24 @@ specify a place for a key, if it needed to be added to the layout later. Keys can be made bigger with the 'width' attribute and blank space can be added on the left of a key with the 'shift' attribute. -See res/xml/bottom_row.xml for the definition of the bottom row and -doc/Possible-key-values.md for the keys that have a special meaning. +You can define your own bottom row by simply adding another '<row>...<row/>' tag +then disabling the built-in bottom row by adding 'bottom_row="false"' to the +keyboard metadata. + +Useful links. + +- Web based editor that will simplify editing of this file. + https://unexpected-keyboard-layout-editor.lixquid.com + +- Full guide on how to edit the layout. + https://github.com/Julow/Unexpected-Keyboard/tree/master/doc/Custom-layouts.md + +- Current definition of the bottom row (for easy importing). + https://github.com/Julow/Unexpected-Keyboard/tree/master/res/xml/bottom_row.xml + +- Built-in layouts (for easy importing) + https://github.com/Julow/Unexpected-Keyboard/tree/master/srcs/layouts + --> <keyboard name="QWERTY (US)" script="latin"> <row> |
