diff options
| author | ArenaL5 | 2022-03-26 23:02:06 +0000 |
|---|---|---|
| committer | Jules Aguillon | 2022-03-31 19:05:40 +0200 |
| commit | 6b3123090c2d13fad4afc60f272cf9b098ed0d85 (patch) | |
| tree | ec42379c2844f71c1ab4b6cb5add7964853f9147 /res/xml | |
| parent | 363a65223c866e84cf5c624654a24177b0941846 (diff) | |
| download | unexpected-keyboard-6b3123090c2d13fad4afc60f272cf9b098ed0d85.tar.gz unexpected-keyboard-6b3123090c2d13fad4afc60f272cf9b098ed0d85.zip | |
Add arrows
Add simple arrows to the numeric keypad. Using the Fn key with these arrows will
output double arrows.
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/numeric.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index ec5b773..348ada1 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -3,26 +3,26 @@ <row> <key width="0.75" key0="esc" key2="~" key4="!"/> <key width="0.75" key0="(" key2="[" key4="{"/> - <key key0="7" key3="<" key4=">"/> - <key key0="8" key2="∞"/> - <key key0="9" key2="π"/> + <key key0="7" key1="<" key2=">" key4="↖"/> + <key key0="8" key2="∞" key4="↑"/> + <key key0="9" key2="π" key4="↗"/> <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="\\"/> <key width="0.75" key0=")" key2="]" key4="}"/> - <key key0="4"/> + <key key0="4" key4="←"/> <key key0="5" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> - <key key0="6"/> + <key key0="6" key4="→"/> <key width="0.75" key0="+" key1="Σ" key2="$"/> <key width="0.75" key0="-" key2="^"/> </row> <row> <key shift="0.35" width="1.15" key0="shift" key2="fn" key4="alt"/> - <key key0="1" key1="superscript" key2="ordinal" key3="subscript"/> - <key key0="2"/> - <key key0="3"/> + <key key0="1" key1="superscript" key2="ordinal" key3="subscript" key4="↙"/> + <key key0="2" key4="↓"/> + <key key0="3" key4="↘"/> <key width="1.15" key0="backspace" key2="delete"/> </row> <row height="0.95"> |
