From 35ccaafe6595a8a03a67e0dfab7f4c01acaf0b91 Mon Sep 17 00:00:00 2001 From: Hopeine Date: Wed, 8 Apr 2026 22:29:34 +0700 Subject: doc: Fix hyperlink of bottomw_row.xml and number_row.xml (#1216) Add blob/master/--- doc/Custom-layouts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Custom-layouts.md') diff --git a/doc/Custom-layouts.md b/doc/Custom-layouts.md index 021355a..ef2771d 100644 --- a/doc/Custom-layouts.md +++ b/doc/Custom-layouts.md @@ -44,8 +44,8 @@ The ``...`` pair follows the declaration tag and encloses t * `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. - + 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). + + 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/blob/master/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/blob/master/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`. -- cgit v1.2.3