diff options
| author | dzaima | 2025-02-08 22:52:41 +0200 |
|---|---|---|
| committer | GitHub | 2025-02-08 21:52:41 +0100 |
| commit | 8f729bb90a5dcfc4d01a325438ae5815624faac1 (patch) | |
| tree | ab96a76c6c8641cd3f9c032de59716f8c3d64eff /doc | |
| parent | aaf0a9a24999769a0bba9ec45968368ff0019012 (diff) | |
| download | unexpected-keyboard-8f729bb90a5dcfc4d01a325438ae5815624faac1.tar.gz unexpected-keyboard-8f729bb90a5dcfc4d01a325438ae5815624faac1.zip | |
Add embedded_number_row keyboard attribute (#891)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Custom-layouts.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Custom-layouts.md b/doc/Custom-layouts.md index 13f68e5..d4e8341 100644 --- a/doc/Custom-layouts.md +++ b/doc/Custom-layouts.md @@ -47,6 +47,8 @@ The `<keyboard>`...`</keyboard>` pair follows the declaration tag and encloses t + We recommend your layout use the built-in bottom row, because it is still evolving and your layout will incorporate innovations in future versions. However, to define your own, the current definition of the bottom row is in [bottom_row.xml](https://github.com/Julow/Unexpected-Keyboard/res/xml/bottom_row.xml). You can copypaste this XML into your custom layout as a starting point. + Likewise, the current definition of the top (number) row is in [number_row.xml](https://github.com/Julow/Unexpected-Keyboard/res/xml/number_row.xml). +* `embedded_number_row`: Whether the layout has an embedded number row, and thus the "Show number row" setting shouldn't add another one. It accepts `true` or `false`, and defaults to `false`. + * `locale_extra_keys`: Whether Unexpected should add language-dependent extra keys from [method.xml](../res/xml/method.xml) to this layout. It accepts `true` or `false`, and defaults to `true`. To disable these automatic additions, specify `locale_extra_keys="false"`. ## Row |
