diff options
| author | Jules Aguillon | 2023-07-29 17:40:21 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-07-29 17:40:21 +0200 |
| commit | 427ef6a97d4c106fb1f5ea30a12b0e1a061262e9 (patch) | |
| tree | 9209c763f2738585cc379741210ef34b3d94f84a | |
| parent | fce8ff7ce2920861804ccfd3e3e7cb0ff3165a33 (diff) | |
| download | unexpected-keyboard-427ef6a97d4c106fb1f5ea30a12b0e1a061262e9.tar.gz unexpected-keyboard-427ef6a97d4c106fb1f5ea30a12b0e1a061262e9.zip | |
Add '=' to pin entry layout
Might be useful in spreadsheets.
| -rw-r--r-- | res/xml/pin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/pin.xml b/res/xml/pin.xml index 8456a72..d3f6846 100644 --- a/res/xml/pin.xml +++ b/res/xml/pin.xml @@ -10,7 +10,7 @@ <key shift="1.0" key0="4" indication="GHI"/> <key key0="5" indication="JKL"/> <key key0="6" indication="MNO"/> - <key key0="(" key3=":" key4="-"/> + <key key0="(" key2="=" key3=":" key4="-"/> </row> <row> <key shift="1.0" key0="7" indication="PQRS"/> |
