From d36452d9c3d008230a0982891e2e764a1f10d041 Mon Sep 17 00:00:00 2001 From: Jore Date: Sun, 25 May 2025 17:40:15 +0300 Subject: [PATCH] Update layout customization info in srcs/layouts/latn_qwerty_us.xml (#1001) - Added info on bottom row customization. (#637) - Added useful links. --- srcs/layouts/latn_qwerty_us.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/srcs/layouts/latn_qwerty_us.xml b/srcs/layouts/latn_qwerty_us.xml index a97525e..713c903 100644 --- a/srcs/layouts/latn_qwerty_us.xml +++ b/srcs/layouts/latn_qwerty_us.xml @@ -18,8 +18,24 @@ specify a place for a key, if it needed to be added to the layout later. Keys can be made bigger with the 'width' attribute and blank space can be added on the left of a key with the 'shift' attribute. -See res/xml/bottom_row.xml for the definition of the bottom row and -doc/Possible-key-values.md for the keys that have a special meaning. +You can define your own bottom row by simply adding another '...' tag +then disabling the built-in bottom row by adding 'bottom_row="false"' to the +keyboard metadata. + +Useful links. + +- Web based editor that will simplify editing of this file. + https://unexpected-keyboard-layout-editor.lixquid.com + +- Full guide on how to edit the layout. + https://github.com/Julow/Unexpected-Keyboard/tree/master/doc/Custom-layouts.md + +- Current definition of the bottom row (for easy importing). + https://github.com/Julow/Unexpected-Keyboard/tree/master/res/xml/bottom_row.xml + +- Built-in layouts (for easy importing) + https://github.com/Julow/Unexpected-Keyboard/tree/master/srcs/layouts + -->