diff options
| author | Jules Aguillon | 2023-07-01 16:38:36 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-07-01 16:38:36 +0200 |
| commit | bd39137c2887d8a0624b68b3a9147f22f6615a83 (patch) | |
| tree | dd28b9d1cff3c8a7982fa822a1ff88d204c962f1 /res/xml/latn_dvorak.xml | |
| parent | e025fddf2f0512a156399c886b61bb9160f9ee79 (diff) | |
| download | unexpected-keyboard-bd39137c2887d8a0624b68b3a9147f22f6615a83.tar.gz unexpected-keyboard-bd39137c2887d8a0624b68b3a9147f22f6615a83.zip | |
Add extra keys to Norwegian
The added keys are also placed on the Dvorak layout.
Diffstat (limited to 'res/xml/latn_dvorak.xml')
| -rw-r--r-- | res/xml/latn_dvorak.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/latn_dvorak.xml b/res/xml/latn_dvorak.xml index 4e052ee..cff4c4c 100644 --- a/res/xml/latn_dvorak.xml +++ b/res/xml/latn_dvorak.xml @@ -12,10 +12,10 @@ <key key0="backspace" key2="delete" width="1.5"/> </row> <row> - <key key0="a" key2="1" key4="!"/> + <key key0="a" key2="1" key3="loc å" key4="!"/> <key key0="o" key1="loc accent_macron" key2="2" key3="\@" key4="loc accent_ogonek"/> <key key0="e" key1="loc accent_caron" key2="3" key3="\#" key4="loc accent_dot_above"/> - <key key0="u" key2="4" key3="$" key4="loc accent_double_aigu"/> + <key key0="u" key1="loc æ" key2="4" key3="$" key4="loc accent_double_aigu"/> <key key0="i" key2="5" key3="%"/> <key key0="d" key2="6" key3="^"/> <key key0="h" key2="7" key3="&"/> @@ -26,7 +26,7 @@ <row> <key key0="q" shift="0.5" key1="loc accent_tilde" key2="`" key3="~"/> <key key0="j" key1="loc accent_aigu" key2="'" key3="""/> - <key key0="k" key2=";" key3=":"/> + <key key0="k" key1="loc ø" key2=";" key3=":"/> <key key0="x" key1="loc accent_cedille"/> <key key0="b"/> <key key0="m" key2="/" key3="\?"/> |
