Skip to content
Snippets Groups Projects
Commit e7f9a222 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Swap ",." and "[]" in symbol layout of tablet"

parents 35bcd5c2 04593876
No related branches found
No related tags found
No related merge requests found
...@@ -136,10 +136,6 @@ ...@@ -136,10 +136,6 @@
latin:keyLabel=">" latin:keyLabel=">"
latin:popupKeyboard="@xml/kbd_popup_template" latin:popupKeyboard="@xml/kbd_popup_template"
latin:popupCharacters="≥»›" /> latin:popupCharacters="≥»›" />
<Key
latin:keyLabel="[" />
<Key
latin:keyLabel="]" />
<Key <Key
latin:keyLabel="=" latin:keyLabel="="
latin:popupKeyboard="@xml/kbd_popup_template" latin:popupKeyboard="@xml/kbd_popup_template"
...@@ -148,6 +144,10 @@ ...@@ -148,6 +144,10 @@
latin:keyLabel=":" /> latin:keyLabel=":" />
<Key <Key
latin:keyLabel=";" /> latin:keyLabel=";" />
<Key
latin:keyLabel="," />
<Key
latin:keyLabel="." />
<Key <Key
latin:keyLabel="!" latin:keyLabel="!"
latin:popupKeyboard="@xml/kbd_popup_template" latin:popupKeyboard="@xml/kbd_popup_template"
......
...@@ -121,9 +121,9 @@ ...@@ -121,9 +121,9 @@
<Key <Key
latin:keyLabel="℅" /> latin:keyLabel="℅" />
<Key <Key
latin:keyLabel="," /> latin:keyLabel="[" />
<Key <Key
latin:keyLabel="." /> latin:keyLabel="]" />
<Key <Key
latin:keyLabel="¡" /> latin:keyLabel="¡" />
<Key <Key
......
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