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/numeric.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/numeric.xml')
| -rw-r--r-- | res/xml/numeric.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index b8161db..ec5b773 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -28,8 +28,8 @@ <row height="0.95"> <key width="1.5" key0="ctrl" key3="switch_text"/> <key width="1.5" key0="0"/> - <key width="0.75" key0="." key1=":" key2=","/> - <key width="0.75" key0="space" key1=""" key2="'" key4="_"/> + <key width="0.75" key0="." key1=":" key2="," key3="f11_placeholder"/> + <key width="0.75" key0="space" key1=""" key2="'" key3="f12_placeholder" key4="_"/> <key width="1.5" key0="enter" key1="±" key2="action" key3="="/> </row> </keyboard> |
