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/local_bgph1.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/local_bgph1.xml')
| -rw-r--r-- | res/xml/local_bgph1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/local_bgph1.xml b/res/xml/local_bgph1.xml index 7b31586..00dfbe7 100644 --- a/res/xml/local_bgph1.xml +++ b/res/xml/local_bgph1.xml @@ -4,8 +4,8 @@ <key key0="я" key1="esc" key2="1" key3="ч" key4="!"/> <key key0="в" key2="2" key3="\@"/> <key key0="е" key2="3" key3="\#" key4="№"/> - <key key0="р" key2="4" key3="$"/> - <key key0="т" key2="5" key3="%"/> + <key key0="р" key2="4" key3="$" key4="f11_placeholder"/> + <key key0="т" key2="5" key3="%" key4="f12_placeholder"/> <key key0="ъ" key2="6" key3="^" key4="€"/> <key key0="у" key2="7" key3="&" key4="§"/> <key key0="и" key2="8" key3="*"/> |
