From 8f729bb90a5dcfc4d01a325438ae5815624faac1 Mon Sep 17 00:00:00 2001 From: dzaima Date: Sat, 8 Feb 2025 22:52:41 +0200 Subject: Add embedded_number_row keyboard attribute (#891) --- doc/Custom-layouts.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/Custom-layouts.md') 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 ``...`` 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 -- cgit v1.2.3