mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-22 15:23:11 +01:00
d96577963e
The pin entry layout shouldn't be inverted as the letter indications would be meaningless and the order would be opposite to what the option specifies. The enter and action key are swapped as the automatic swapping is also removed.
28 lines
872 B
XML
28 lines
872 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<keyboard width="6.0" bottom_row="false">
|
|
<row>
|
|
<key shift="1.0" key0="1"/>
|
|
<key key0="2" indication="ABC"/>
|
|
<key key0="3" indication="DEF"/>
|
|
<key key0="backspace" key2="delete"/>
|
|
</row>
|
|
<row>
|
|
<key shift="1.0" key0="4" indication="GHI"/>
|
|
<key key0="5" indication="JKL"/>
|
|
<key key0="6" indication="MNO"/>
|
|
<key key0="(" key2="=" key3=":" key4="-"/>
|
|
</row>
|
|
<row>
|
|
<key shift="1.0" key0="7" indication="PQRS"/>
|
|
<key key0="8" indication="TUV"/>
|
|
<key key0="9" indication="WXYZ"/>
|
|
<key key0=")" key2="," key3="/" key4="."/>
|
|
</row>
|
|
<row>
|
|
<key shift="1.0" key0="*" key1="switch_text" key3="switch_numeric"/>
|
|
<key key0="0" key3="+" key4="space"/>
|
|
<key key0="\#" key7="up" key6="right" key5="left" key8="down"/>
|
|
<key key0="action" key2="enter"/>
|
|
</row>
|
|
</keyboard>
|