diff options
| author | Jules Aguillon | 2022-07-09 17:50:13 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-07-09 17:50:13 +0200 |
| commit | 929b30f72344cfc16d1db5d2d203b0ff32e45148 (patch) | |
| tree | d574fb6c74ef004dadda804c74696bd3b7824b33 /res/xml | |
| parent | 3033091f9d59dd6839b5de7e1d17bcebd842847b (diff) | |
| download | unexpected-keyboard-929b30f72344cfc16d1db5d2d203b0ff32e45148.tar.gz unexpected-keyboard-929b30f72344cfc16d1db5d2d203b0ff32e45148.zip | |
Add '#' to the numeric pane
On the bottom-left of the '*' key.
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/numeric.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 6e70c51..087b625 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -6,7 +6,7 @@ <key key0="7" key1="<" key2=">"/> <key key0="8" key2="∞"/> <key key0="9" key2="π"/> - <key width="0.75" key0="*" key1="√" key2="×"/> + <key width="0.75" key0="*" key1="√" key2="×" key3="\#"/> <key width="0.75" key0="/" key1="%" key3="÷"/> </row> <row> |
