diff options
| author | Jules Aguillon | 2021-04-18 23:58:35 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2021-04-18 23:58:35 +0200 |
| commit | 471375d50c10a9a9bf60c3e9b3ebb509d56b5e2c (patch) | |
| tree | 1bae6496b0096b9e5c92c394bfdf6291cd7fb4e5 /res/xml | |
| parent | 2f8eae628f9ffe90a9e4254a800b6d69398abe6a (diff) | |
| download | unexpected-keyboard-471375d50c10a9a9bf60c3e9b3ebb509d56b5e2c.tar.gz unexpected-keyboard-471375d50c10a9a9bf60c3e9b3ebb509d56b5e2c.zip | |
Add function keys
Add the Fn modifier that change the digits into F1 to F10.
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/azerty.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index c1347f9..fb59638 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -22,7 +22,7 @@ <key key0="j" key2="accent6" key3="^" /> <key key0="k" key2="£" key3="$" key4="accent3" /> <key key0="l" key1="accent4" key2="%" /> - <key key0="m" key2="µ" key4="*" /> + <key key0="m" key1="fn" key2="µ" key4="*" /> </row> <row> <key width="2.0" key0="shift" /> diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 0e26e9c..c61c086 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -21,7 +21,7 @@ <key key0="h" key2="=" key3="+" /> <key key0="j" key4="}" key3="{" /> <key key0="k" key4="]" key3="[" /> - <key key0="l" key2="|" key3="\\" /> + <key key0="l" key1="fn" key2="|" key3="\\" /> </row> <row> <key width="1.5" key0="shift" /> |
