diff options
| author | Jules Aguillon | 2022-11-06 19:54:55 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-11-06 19:54:55 +0100 |
| commit | 30198acddde95472827a3b07cd0893323b9bdf00 (patch) | |
| tree | 2c6f10d99ae8b10270c81f921948231ed0845b64 /res/xml/pin.xml | |
| parent | 96db0397f0f2a5987e09b779dd187e62f4e26ea4 (diff) | |
| download | unexpected-keyboard-30198acddde95472827a3b07cd0893323b9bdf00.tar.gz unexpected-keyboard-30198acddde95472827a3b07cd0893323b9bdf00.zip | |
Enable pin layout for decimal and signed inputs
Decimal and signed inputs are more common than expected. Adding a few
keys is enough to support these.
Diffstat (limited to 'res/xml/pin.xml')
| -rw-r--r-- | res/xml/pin.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/pin.xml b/res/xml/pin.xml index bd14f19..db04fd5 100644 --- a/res/xml/pin.xml +++ b/res/xml/pin.xml @@ -10,13 +10,13 @@ <key shift="1.0" key0="4" indication="GHI"/> <key key0="5" indication="JKL"/> <key key0="6" indication="MNO"/> - <key key0="(" key3=":"/> + <key key0="(" key3=":" key4="-"/> </row> <row> <key shift="1.0" key0="7" indication="PQRS"/> <key key0="8" indication="TUV"/> <key key0="9" indication="WXYZ"/> - <key key0=")" key3="/"/> + <key key0=")" key2="," key3="/" key4="."/> </row> <row> <key shift="1.0" key0="*" key1="switch_text" key3="switch_numeric"/> |
