diff options
| author | Jules Aguillon | 2023-03-05 20:08:56 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2023-03-05 20:08:56 +0100 |
| commit | c56ad425f671d07e505cf0e63985abf8499635cc (patch) | |
| tree | dd42655dc3fb2b649ecb60ded5fbd741d6228d78 /res/xml/pin.xml | |
| parent | a6fe5cae00c58365d3ca261783cc745006b2f117 (diff) | |
| download | unexpected-keyboard-c56ad425f671d07e505cf0e63985abf8499635cc.tar.gz unexpected-keyboard-c56ad425f671d07e505cf0e63985abf8499635cc.zip | |
Remove the 'edgekeys' attribute
Diffstat (limited to 'res/xml/pin.xml')
| -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 9a8f75d..8456a72 100644 --- a/res/xml/pin.xml +++ b/res/xml/pin.xml @@ -21,7 +21,7 @@ <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="\#" key7="up" key6="right" key5="left" key8="down"/> <key key0="enter" key2="action"/> </row> </keyboard> |
