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

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

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