Skip to content
Snippets Groups Projects
Commit 4720808c authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Rename keyboard rows consistently

Change-Id: I7147cab36eee4b6fd9418ca36e8ece2360b59e45
parent e966c803
No related branches found
No related tags found
No related merge requests found
Showing
with 58 additions and 6 deletions
...@@ -24,13 +24,12 @@ ...@@ -24,13 +24,12 @@
<include <include
latin:keyboardLayout="@xml/kbd_key_styles" /> latin:keyboardLayout="@xml/kbd_key_styles" />
<Row <Row
latin:keyWidth="8.0%p" latin:keyWidth="7.9%p"
latin:rowEdgeFlags="top" latin:rowEdgeFlags="top"
> >
<Key <Key
latin:keyLabel="q" latin:keyLabel="q"
latin:popupCharacters="@string/alternates_for_q" latin:popupCharacters="@string/alternates_for_q"
latin:keyXPos="2.15%p"
latin:keyEdgeFlags="left" /> latin:keyEdgeFlags="left" />
<Key <Key
latin:keyLabel="w" latin:keyLabel="w"
...@@ -68,10 +67,11 @@ ...@@ -68,10 +67,11 @@
latin:keyEdgeFlags="right" /> latin:keyEdgeFlags="right" />
</Row> </Row>
<Row <Row
latin:keyWidth="8.0%p" latin:keyWidth="7.9%p"
> >
<Key <Key
latin:keyLabel="a" latin:keyLabel="a"
latin:keyXPos="3.5%p"
latin:popupCharacters="@string/alternates_for_a" latin:popupCharacters="@string/alternates_for_a"
latin:keyEdgeFlags="left" /> latin:keyEdgeFlags="left" />
<Key <Key
...@@ -107,8 +107,60 @@ ...@@ -107,8 +107,60 @@
latin:keyWidth="fillBoth" latin:keyWidth="fillBoth"
latin:keyEdgeFlags="right" /> latin:keyEdgeFlags="right" />
</Row> </Row>
<include <Row
latin:keyboardLayout="@xml/kbd_qwerty_row3" /> latin:keyWidth="7.9%p"
>
<Key
latin:keyStyle="shiftKeyStyle"
latin:keyWidth="10.0%p"
latin:keyEdgeFlags="left" />
<Spacer
latin:keyWidth="4.35%p" />
<Key
latin:keyLabel="z"
latin:popupCharacters="@string/alternates_for_z" />
<Key
latin:keyLabel="x" />
<Key
latin:keyLabel="c"
latin:popupCharacters="@string/alternates_for_c" />
<Key
latin:keyLabel="v"
latin:popupCharacters="@string/alternates_for_v" />
<Key
latin:keyLabel="b" />
<Key
latin:keyLabel="n"
latin:popupCharacters="@string/alternates_for_n" />
<Key
latin:keyLabel="m" />
<switch>
<case
latin:mode="email"
>
<Key
latin:keyLabel="," />
<Key
latin:keyLabel="." />
</case>
<default>
<Key
latin:keyLabel=","
latin:keyLabelOption="hasUppercaseLetter"
latin:keyHintLetter="!"
latin:popupCharacters="!" />
<Key
latin:keyLabel="."
latin:keyLabelOption="hasUppercaseLetter"
latin:keyHintLetter="\?"
latin:popupCharacters="\?" />
</default>
</switch>
<Spacer
latin:keyWidth="4.35%p" />
<include
latin:keyboardLayout="@xml/kbd_row3_right" />
</Row>
<include <include
latin:keyboardLayout="@xml/kbd_qwerty_row4" /> latin:keyboardLayout="@xml/kbd_qwerty_row4" />
</merge> </merge>
...@@ -23,5 +23,5 @@ ...@@ -23,5 +23,5 @@
latin:keyboardLocale="en_GB,en_US" latin:keyboardLocale="en_GB,en_US"
> >
<include <include
latin:keyboardLayout="@xml/kbd_qwerty_rows" /> latin:keyboardLayout="@xml/kbd_rows_qwerty" />
</Keyboard> </Keyboard>
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment