diff options
| author | Jules Aguillon | 2022-03-19 16:27:57 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-03-19 16:27:57 +0100 |
| commit | ba6d62dee2a1c0dae63eb758551b089a7cd9ffc1 (patch) | |
| tree | 85a271c17ed1f8ab4eb7f14091ebcaada43ad099 /res/xml/qwerty_sv_se.xml | |
| parent | e872c5878874bdd035b9ca870853068a53cfc002 (diff) | |
| download | unexpected-keyboard-ba6d62dee2a1c0dae63eb758551b089a7cd9ffc1.tar.gz unexpected-keyboard-ba6d62dee2a1c0dae63eb758551b089a7cd9ffc1.zip | |
Add F11 and F12
These keys are shown only when Fn is activated, "placeholder" keys are
placed in the layouts.
Diffstat (limited to 'res/xml/qwerty_sv_se.xml')
| -rw-r--r-- | res/xml/qwerty_sv_se.xml | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/res/xml/qwerty_sv_se.xml b/res/xml/qwerty_sv_se.xml index 26a8fe5..3ecea43 100644 --- a/res/xml/qwerty_sv_se.xml +++ b/res/xml/qwerty_sv_se.xml @@ -5,38 +5,37 @@ <key key0="w" key2="2" key4="\@"/> <key key0="e" key2="3" key4="\#" key3="€"/> <key key0="r" key2="4" key4="$"/> - <key key0="t" key2="5" key3="&" key4="|" /> + <key key0="t" key2="5" key3="&" key4="|"/> <key key0="y" key2="6" key3="^" key4="%"/> - <key key0="u" key2="7" key3="~" key4="\\" /> - <key key0="i" key2="8" key3="*" key4="/" /> + <key key0="u" key2="7" key3="~" key4="\\"/> + <key key0="i" key2="8" key3="*" key4="/"/> <key key0="o" key2="9" key3="+" key4="-"/> - <key key0="p" key2="0" key3="=" /> - <key key0="å" key1="\?" key3="!" key2="`" /> + <key key0="p" key2="0" key3="=" key4="f11_placeholder"/> + <key key0="å" key1="\?" key3="!" key2="`" key4="f12_placeholder"/> </row> <row> - <key key0="a" key1="tab" /> + <key key0="a" key1="tab"/> <key key0="s" key1="accent_ring" key2="accent_cedille" key3="ß" key4="accent_tilde"/> <key key0="d" key1="accent_grave" key2="accent_caron" key3="accent_aigu"/> <key key0="f" key1="accent_trema" key2="accent_circonflexe"/> - <key key0="g" /> - <key key0="h" /> - <key key0="j" key1="{" key4="}" /> - <key key0="k" key1="[" key4="]" /> - <key key0="l" key1="(" key4=")" /> - <key key0="ö" key1="<" key4=">" /> + <key key0="g"/> + <key key0="h"/> + <key key0="j" key1="{" key4="}"/> + <key key0="k" key1="[" key4="]"/> + <key key0="l" key1="(" key4=")"/> + <key key0="ö" key1="<" key4=">"/> <key key0="ä" key1="'" key3="""/> - </row> <row> <key width="1.5" key0="shift"/> - <key key0="z" /> - <key key0="x" /> - <key key0="c" /> - <key key0="v" /> + <key key0="z"/> + <key key0="x"/> + <key key0="c"/> + <key key0="v"/> <key key0="b" key2=";" key4=","/> <key key0="n" key2=":" key4="."/> <key key0="m" key2="-" key4="_"/> - <key width="1.0" key0="." key1="!" key2="\?" key3="'" key4="," /> + <key width="1.0" key0="." key1="!" key2="\?" key3="'" key4=","/> <key width="1.5" key0="backspace" key2="delete"/> </row> </keyboard> |
