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_es.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_es.xml')
| -rw-r--r-- | res/xml/qwerty_es.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/qwerty_es.xml b/res/xml/qwerty_es.xml index 69642db..2db0cfb 100644 --- a/res/xml/qwerty_es.xml +++ b/res/xml/qwerty_es.xml @@ -10,7 +10,7 @@ <key key0="u" key2="7" key3="&"/> <key key0="i" key2="8" key3="*"/> <key key0="o" key2="9" key3="(" key4=")"/> - <key key0="p" key2="0"/> + <key key0="p" key2="0" key3="f11_placeholder" key4="f12_placeholder"/> </row> <row> <key key0="a" key2="`" key3="tab" key4="ยก"/> |
