diff options
| author | Raphael | 2022-02-17 04:21:05 -0500 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-19 21:02:39 +0100 |
| commit | d73be58c1a49fdbea2cc374edfe893f63424c89d (patch) | |
| tree | f83ac78fd39bd7f88733b61ed615859800993029 /res/xml | |
| parent | 04c84a8f66921e3eee626a7eb72297493cc06333 (diff) | |
| download | unexpected-keyboard-d73be58c1a49fdbea2cc374edfe893f63424c89d.tar.gz unexpected-keyboard-d73be58c1a49fdbea2cc374edfe893f63424c89d.zip | |
add colon key to numeric keyboard
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 8db0883..b8161db 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -28,7 +28,7 @@ <row height="0.95"> <key width="1.5" key0="ctrl" key3="switch_text"/> <key width="1.5" key0="0"/> - <key width="0.75" key0="." key2=","/> + <key width="0.75" key0="." key1=":" key2=","/> <key width="0.75" key0="space" key1=""" key2="'" key4="_"/> <key width="1.5" key0="enter" key1="±" key2="action" key3="="/> </row> |
