diff options
| author | jaguillo | 2015-10-11 15:30:39 +0200 |
|---|---|---|
| committer | jaguillo | 2015-10-11 15:30:39 +0200 |
| commit | 03cc0a54297a758f0ba0f1a7ba8aed0040413a5c (patch) | |
| tree | f286abcd348a1957b91eb3b574e8130eb0442d86 /res | |
| parent | 549c753450be61fdd267904e5b34666e8318b79f (diff) | |
| download | unexpected-keyboard-03cc0a54297a758f0ba0f1a7ba8aed0040413a5c.tar.gz unexpected-keyboard-03cc0a54297a758f0ba0f1a7ba8aed0040413a5c.zip | |
Key to switch to numeric pane
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/arrays.xml | 1 | ||||
| -rw-r--r-- | res/values/strings.xml | 1 | ||||
| -rw-r--r-- | res/xml/azerty.xml | 2 | ||||
| -rw-r--r-- | res/xml/numeric.xml | 2 | ||||
| -rw-r--r-- | res/xml/qwerty.xml | 2 |
5 files changed, 3 insertions, 5 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index efae020..896c515 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -3,6 +3,5 @@ <string-array name="pref_layout_values"> <item>azerty</item> <item>qwerty</item> - <item>numeric</item> </string-array> </resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index 19f3234..0928cce 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -11,7 +11,6 @@ <string-array name="pref_layout_entries"> <item>Azerty</item> <item>Qwerty</item> - <item>Numeric</item> </string-array> <string name="pref_category_typing">Typing</string> diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index cedd1f3..01b4f5f 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -35,7 +35,7 @@ <key width="2.0" key0="backspace" key1="insert" key2="delete" /> </row> <row> - <key width="1.8" key0="ctrl" /> + <key width="1.8" key0="ctrl" key3="switch_numeric" /> <key width="1.0" key0="alt" key1="page_up" key2="end" key3="home" key4="page_down" /> <key width="4.4" key0="space" /> <key key1="up" key2="right" key3="left" key4="down" /> diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 18bce13..66cf01d 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -30,7 +30,7 @@ <key width="1.0" key0="enter" key1="config" /> </row> <row> - <key width="1.0" key0="ctrl" /> + <key width="1.0" key0="ctrl" key3="switch_text" /> <key width="1.0" key0="space" /> <key width="1.0" key0="space" /> <key width="3.0" key0="0" /> diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index cd5e7e5..992eee6 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -35,7 +35,7 @@ <key width="1.5" key0="backspace" key2="delete" /> </row> <row> - <key width="1.8" key0="ctrl" /> + <key width="1.8" key0="ctrl" key3="switch_numeric" /> <key key0="alt" key1="page_up" key2="end" key3="home" key4="page_down" /> <key width="4.4" key0="space" /> <key key1="up" key2="right" key3="left" key4="down" /> |
