diff options
| author | Jules Aguillon | 2022-10-24 00:27:49 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-10-24 00:27:49 +0200 |
| commit | 2e598a4d476fde86484cb551c4be77dc5298e7b0 (patch) | |
| tree | 4248338974ad49650abf63e6845779141f4ed79b /res/xml | |
| parent | e01a2733b14e6c19cad3b5048a0b43f0563d7d51 (diff) | |
| download | unexpected-keyboard-2e598a4d476fde86484cb551c4be77dc5298e7b0.tar.gz unexpected-keyboard-2e598a4d476fde86484cb551c4be77dc5298e7b0.zip | |
Draw letter indication on the pin layout
There is no way to type letters on the pin layout, the indication are
decoration only.
Use the E.161 standard.
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/pin.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/res/xml/pin.xml b/res/xml/pin.xml index 0f0b3c6..bd14f19 100644 --- a/res/xml/pin.xml +++ b/res/xml/pin.xml @@ -2,20 +2,20 @@ <keyboard width="6.0" bottom_row="false" extra_keys="false" num_pad="false"> <row> <key shift="1.0" key0="1"/> - <key key0="2"/> - <key key0="3"/> + <key key0="2" indication="ABC"/> + <key key0="3" indication="DEF"/> <key key0="backspace" key2="delete"/> </row> <row> - <key shift="1.0" key0="4"/> - <key key0="5"/> - <key key0="6"/> + <key shift="1.0" key0="4" indication="GHI"/> + <key key0="5" indication="JKL"/> + <key key0="6" indication="MNO"/> <key key0="(" key3=":"/> </row> <row> - <key shift="1.0" key0="7"/> - <key key0="8"/> - <key key0="9"/> + <key shift="1.0" key0="7" indication="PQRS"/> + <key key0="8" indication="TUV"/> + <key key0="9" indication="WXYZ"/> <key key0=")" key3="/"/> </row> <row> |
