abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorHopeine2026-04-08 22:29:34 +0700
committerGitHub2026-04-08 17:29:34 +0200
commit35ccaafe6595a8a03a67e0dfab7f4c01acaf0b91 (patch)
treea58f8c6fd372a2e806a6f7bb3bae63cce79061b6
parent963399417e8222dc232d899f2868c600e64e1e99 (diff)
downloadunexpected-keyboard-35ccaafe6595a8a03a67e0dfab7f4c01acaf0b91.tar.gz
unexpected-keyboard-35ccaafe6595a8a03a67e0dfab7f4c01acaf0b91.zip
doc: Fix hyperlink of bottomw_row.xml and number_row.xml (#1216)
Add blob/master/
-rw-r--r--doc/Custom-layouts.md4
1 files changed, 2 insertions, 2 deletions
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 `<keyboard>`...`</keyboard>` 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`.