diff options
| author | Jules Aguillon | 2021-04-20 00:57:03 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2021-04-20 00:57:03 +0200 |
| commit | 59cff03e70d322518c6800b7fe01d86e5c9cde8f (patch) | |
| tree | ec2b15894a42c199ebdee42efe7b70e92b6bc179 /res | |
| parent | e57c7a7f3a0df53466de0ce184e60b2340b8e83b (diff) | |
| download | unexpected-keyboard-59cff03e70d322518c6800b7fe01d86e5c9cde8f.tar.gz unexpected-keyboard-59cff03e70d322518c6800b7fe01d86e5c9cde8f.zip | |
Adjust azerty layout
Add the 'change_method' key and remove a key that is available through
accents.
Diffstat (limited to 'res')
| -rw-r--r-- | res/xml/azerty.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index 2389c9a..3461ccc 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -17,7 +17,7 @@ <key key0="s" /> <key key0="d" /> <key key0="f" /> - <key key0="g" key2="°" key3=")" key4="]" /> + <key key0="g" key3=")" key4="]" /> <key key0="h" key2="+" key3="=" key4="}" /> <key key0="j" key2="accent6" key3="^" /> <key key0="k" key2="£" key3="$" key4="accent3" /> @@ -35,7 +35,7 @@ <key width="2.0" key0="backspace" key2="delete" /> </row> <row> - <key width="1.8" key0="ctrl" key3="switch_numeric" /> + <key width="1.8" key0="ctrl" key1="change_method" key3="switch_numeric" /> <key width="1.2" key0="alt" key1="fn" /> <key width="4.0" key0="space" /> <key width="1.2" key0="switch_emoji" key1="up" key2="right" key3="left" key4="down" /> |
