From 0af6765a239e2144684d244eb423211e18f12a61 Mon Sep 17 00:00:00 2001 From: Spike <126838489+Spike-from-NH@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:57:12 -0400 Subject: [PATCH] Likewise point to number_row.xml --- doc/Custom-layouts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Custom-layouts.md b/doc/Custom-layouts.md index 4cded8fd8..b66f1ead6 100644 --- a/doc/Custom-layouts.md +++ b/doc/Custom-layouts.md @@ -39,10 +39,10 @@ The ``...`` pair follows the declaration tag and encloses t * `script`: The (main) writing system that the keyboard supports. The possible values are `arabic`, `armenian`, `bengali`, `cyrillic`, `devanagari`, `gujarati`, `hangul`, `hebrew`, `latin`, `persian`, `shavian`, and `urdu`. It defaults to `latin`. * `numpad_script`: The script to use for the numpad. This is useful for scripts where a different, non-ASCII set of numerals is used, like Devanagari and Arabic. It defaults to the same as `script`. * `bottom_row`: Whether or not to show the built-in bottom row. It accepts `true` or `false`, and defaults to `true`. If your custom layout defines the bottom row, then specify `bottom_row="false"` to disable the built-in bottom row.
-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. +① 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). (You disable the built-in number row not in the XML but with the Settings menu.) * `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 The ``...`` pair encloses one row on the keyboard. It has only one optional property: * `height`: The height of the row: a positive floating-point value.