diff options
| author | Jules Aguillon | 2021-04-29 00:21:55 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2021-04-29 01:11:07 +0200 |
| commit | b976f4a791c7314dfffd701c46306edcb262c483 (patch) | |
| tree | 7af0b4ccb8de62ed0b5dc28f2e1f7a2c7390bd48 /res/xml/azerty.xml | |
| parent | ec1cd9473ad8cf710c1c8247923f4bea0391e4d7 (diff) | |
| download | unexpected-keyboard-b976f4a791c7314dfffd701c46306edcb262c483.tar.gz unexpected-keyboard-b976f4a791c7314dfffd701c46306edcb262c483.zip | |
Move system keys to the alt key
Diffstat (limited to 'res/xml/azerty.xml')
| -rw-r--r-- | res/xml/azerty.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index 2773b83..63d3e5c 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -10,7 +10,7 @@ <key key0="u" key1="accent1" key2="7" key4="`" /> <key key0="i" key1="accent6" key2="8" key3="_" key4="\\" /> <key key0="o" key1="accent3" key2="9" /> - <key key0="p" key1="insert" key2="0" key3="config" key4="\@" /> + <key key0="p" key1="insert" key2="0" key4="\@" /> </row> <row> <key key0="q" key1="tab" /> @@ -35,10 +35,10 @@ <key width="2.0" key0="backspace" key2="delete" /> </row> <row> - <key width="1.8" key0="ctrl" key1="change_method" key3="switch_numeric" /> - <key width="1.2" key0="alt" key1="fn" /> + <key width="1.8" key0="ctrl" 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" key0="switch_emoji" key1="up" key2="right" key3="left" key4="down" /> + <key width="1.2" key1="up" key2="right" key3="left" key4="down" /> <key width="1.8" key0="enter" /> </row> </keyboard> |
