diff options
| author | Jules Aguillon | 2021-05-08 02:00:47 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2021-05-08 02:00:47 +0200 |
| commit | 8fb89c5c715edbfc8aa5acd92444cadb17412efb (patch) | |
| tree | 728725f8a689430ff46327ff6000ca13e3ecff6b /res/xml | |
| parent | 3fbc35135e924e67264b393875fe653c62d5aa31 (diff) | |
| download | unexpected-keyboard-8fb89c5c715edbfc8aa5acd92444cadb17412efb.tar.gz unexpected-keyboard-8fb89c5c715edbfc8aa5acd92444cadb17412efb.zip | |
Improve the numeric keyboard
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/numeric.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index aeeafe8..0d235bd 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -3,11 +3,11 @@ <row> <key width="0.75" key0="esc" key2="~" key4="!" /> <key width="0.75" key0="(" key2="[" key4="{" /> - <key key0="7" key2="<" key3="home" /> - <key key0="8" /> - <key key0="9" key2="page_up" key3=">" /> - <key width="0.75" key0="*" /> - <key width="0.75" key0="/" key1="%" key3=":" /> + <key key0="7" key3="<" key4=">" /> + <key key0="8" key2="∞" /> + <key key0="9" key2="π" /> + <key width="0.75" key0="*" key1="√" key2="×" /> + <key width="0.75" key0="/" key1="%" key3="÷" /> </row> <row> <key width="0.75" key0="tab" key1=";" key2="|" key4="\\" /> @@ -15,14 +15,14 @@ <key key0="4" /> <key key0="5" key1="up" key2="right" key3="left" key4="down" /> <key key0="6" /> - <key width="0.75" key0="+" key2="$" /> + <key width="0.75" key0="+" key1="Σ" key2="$" /> <key width="0.75" key0="-" key2="^" /> </row> <row> - <key shift="0.35" width="1.15" key0="shift" key4="alt" /> - <key key0="1" key3="end" /> + <key shift="0.35" width="1.15" key0="shift" key2="fn" key4="alt" /> + <key key0="1" key1="superscript" key3="subscript" /> <key key0="2" /> - <key key0="3" key4="page_down" /> + <key key0="3" /> <key width="1.15" key0="backspace" key2="delete" /> </row> <row height="0.95"> @@ -30,6 +30,6 @@ <key width="1.5" key0="0" /> <key width="0.75" key0="." key2="," /> <key width="0.75" key0="space" key1=""" key2="'" key4="_" /> - <key width="1.5" key0="enter" key3="=" /> + <key width="1.5" key0="enter" key2="±" key3="=" /> </row> </keyboard> |
