diff options
| author | Jules Aguillon | 2022-10-24 00:17:55 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-10-24 00:17:55 +0200 |
| commit | e01a2733b14e6c19cad3b5048a0b43f0563d7d51 (patch) | |
| tree | 751d603973e32273f179ac2b48f7a8fd9998f975 /res | |
| parent | e1145d385124ac0d94c79800793ba8f7d281fad4 (diff) | |
| download | unexpected-keyboard-e01a2733b14e6c19cad3b5048a0b43f0563d7d51.tar.gz unexpected-keyboard-e01a2733b14e6c19cad3b5048a0b43f0563d7d51.zip | |
Add the pin entry layout
The layout is used for phone number and datetime input boxes as well as
some numbers.
It is easier to use when the full numeric layout is not needed.
Diffstat (limited to 'res')
| -rw-r--r-- | res/xml/pin.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/res/xml/pin.xml b/res/xml/pin.xml new file mode 100644 index 0000000..0f0b3c6 --- /dev/null +++ b/res/xml/pin.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<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="backspace" key2="delete"/> + </row> + <row> + <key shift="1.0" key0="4"/> + <key key0="5"/> + <key key0="6"/> + <key key0="(" key3=":"/> + </row> + <row> + <key shift="1.0" key0="7"/> + <key key0="8"/> + <key key0="9"/> + <key key0=")" key3="/"/> + </row> + <row> + <key shift="1.0" key0="*" key1="switch_text" key3="switch_numeric"/> + <key key0="0" key3="+" key4="space"/> + <key key0="\#" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> + <key key0="enter" key2="action"/> + </row> +</keyboard> |
