diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/xml/azerty.xml | 2 | ||||
| -rw-r--r-- | res/xml/numeric.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty_lv.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwertz.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index 7bec9fc..f8aae93 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -38,7 +38,7 @@ <key width="1.8" key0="ctrl" key2="meta" key3="switch_numeric"/> <key width="1.2" key0="alt" key1="fn" key2="change_method" key3="switch_emoji" key4="config"/> <key width="4.0" key0="space"/> - <key width="1.2" key1="up" key2="right" key3="left" key4="down"/> + <key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> <key width="1.8" key0="enter" key2="action"/> </row> </keyboard> diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 1b5d93a..334aa35 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -13,7 +13,7 @@ <key width="0.75" key0="tab" key1=";" key2="|" key4="\\"/> <key width="0.75" key0=")" key2="]" key4="}"/> <key key0="4"/> - <key key0="5" key1="up" key2="right" key3="left" key4="down"/> + <key key0="5" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> <key key0="6"/> <key width="0.75" key0="+" key1="Σ" key2="$"/> <key width="0.75" key0="-" key2="^"/> diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index 0402292..bbcc04e 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -38,7 +38,7 @@ <key width="1.8" key0="ctrl" key2="meta" key3="switch_numeric"/> <key width="1.2" key0="alt" key1="fn" key2="change_method" key3="switch_emoji" key4="config"/> <key width="4.0" key0="space"/> - <key width="1.2" key1="up" key2="right" key3="left" key4="down"/> + <key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> <key width="1.8" key0="enter" key2="action"/> </row> </keyboard> diff --git a/res/xml/qwerty_lv.xml b/res/xml/qwerty_lv.xml index 4312253..78919d9 100644 --- a/res/xml/qwerty_lv.xml +++ b/res/xml/qwerty_lv.xml @@ -38,7 +38,7 @@ <key width="1.8" key0="ctrl" key2="meta" key3="switch_numeric"/> <key width="1.2" key0="alt" key1="fn" key2="change_method" key3="switch_emoji" key4="config" /> <key width="4.0" key0="space" /> - <key width="1.2" key0="." key1="up" key2="right" key3="left" key4="down" /> + <key width="1.2" key0="." key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> <key width="1.8" key0="enter" key2="action" /> </row> </keyboard> diff --git a/res/xml/qwertz.xml b/res/xml/qwertz.xml index 717ecf0..e69a0b4 100644 --- a/res/xml/qwertz.xml +++ b/res/xml/qwertz.xml @@ -38,7 +38,7 @@ <key width="1.8" key0="ctrl" key2="meta" key3="switch_numeric"/> <key width="1.2" key0="alt" key1="fn" key2="change_method" key3="switch_emoji" key4="config"/> <key width="4.0" key0="space"/> - <key width="1.2" key1="up" key2="right" key3="left" key4="down"/> + <key width="1.2" key1="up" key2="right" key3="left" key4="down" edgekeys="true"/> <key width="1.8" key0="enter" key2="action"/> </row> </keyboard> |
