diff options
| author | Jules Aguillon | 2022-02-07 00:55:32 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-07 00:55:32 +0100 |
| commit | 1ff8526d24787427bdaeffae63c88bbe12b031a5 (patch) | |
| tree | 31be5792ff532d4083f223b26fc45931edd51a96 /res/xml/bottom_row.xml | |
| parent | a76541458d85d982a3863e42392b68711a0668f1 (diff) | |
| download | unexpected-keyboard-1ff8526d24787427bdaeffae63c88bbe12b031a5.tar.gz unexpected-keyboard-1ff8526d24787427bdaeffae63c88bbe12b031a5.zip | |
Define the bottom row separately
Avoid divergences when the bottom row is modified.
Diffstat (limited to 'res/xml/bottom_row.xml')
| -rw-r--r-- | res/xml/bottom_row.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/bottom_row.xml b/res/xml/bottom_row.xml new file mode 100644 index 0000000..3f64a42 --- /dev/null +++ b/res/xml/bottom_row.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<row height="0.95"> + <key width="1.8" key0="ctrl" key2="meta" key3="switch_numeric"/> + <key width="1.2" key0="alt" key1="fn" key2="change_method" key3="switch_emoji" key4="config"/> + <key width="4.0" key0="space"/> + <key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> + <key width="1.8" key0="enter" key2="action"/> +</row> |
