diff options
| author | Jules Aguillon | 2021-04-17 23:56:51 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2021-04-17 23:56:51 +0200 |
| commit | 1421bccc7b6588484fcf02517d35c98bbd05f6c4 (patch) | |
| tree | 1e5cfa16905344388142c9787e71051025076148 /res/xml/qwerty.xml | |
| parent | ca07bff1330024bd78e28d1bc83940daab678fbb (diff) | |
| download | unexpected-keyboard-1421bccc7b6588484fcf02517d35c98bbd05f6c4.tar.gz unexpected-keyboard-1421bccc7b6588484fcf02517d35c98bbd05f6c4.zip | |
Remove fixed keyboard width
Remove the constant of keys per rows. Add the 'shift' attribute to
declare eventual alignment/blanks in layouts.
Diffstat (limited to 'res/xml/qwerty.xml')
| -rw-r--r-- | res/xml/qwerty.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 20bc45e..ecef724 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -13,7 +13,7 @@ <key key0="p" key1="insert" key2="0" /> </row> <row> - <key key0="a" key1="tab" key2="`" /> + <key shift="0.5" key0="a" key1="tab" key2="`" /> <key key0="s" key1="accent1" key2="accent2" key4="accent6" /> <key key0="d" key1="accent3" key2="accent4" key3="accent5" /> <key key0="f" /> |
