Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b6f6729 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Move functional keys out from rowkeys_symbols{_shift}3.

Change-Id: Iee5e7e93e5f319551a8ad28c58813c00fc713308
parent fa1affba
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -21,10 +21,6 @@
<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <Key
        latin:keyStyle="toMoreSymbolKeyStyle"
        latin:keyWidth="15%p"
        latin:visualInsetsRight="1%p" />
    <!-- U+00A1: "¡" INVERTED EXCLAMATION MARK -->
    <Key
        latin:keyLabel="!"
@@ -45,8 +41,4 @@
    <Key
        latin:keyLabel="!text/keylabel_for_symbols_question"
        latin:moreKeys="!text/more_keys_for_symbols_question" />
    <Key
        latin:keyStyle="deleteKeyStyle"
        latin:keyWidth="fillRight"
        latin:visualInsetsLeft="1%p" />
</merge>
+0 −8
Original line number Diff line number Diff line
@@ -21,10 +21,6 @@
<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <Key
        latin:keyStyle="backFromMoreSymbolKeyStyle"
        latin:keyWidth="15%p"
        latin:visualInsetsRight="1%p" />
    <!-- U+2122: "™" TRADE MARK SIGN -->
    <Key
        latin:keyLabel="&#x2122;" />
@@ -43,8 +39,4 @@
        latin:keyLabel="\\" />
    <include
        latin:keyboardLayout="@xml/keys_less_greater" />
    <Key
        latin:keyStyle="deleteKeyStyle"
        latin:keyWidth="fillRight"
        latin:visualInsetsLeft="1%p" />
</merge>
+8 −0
Original line number Diff line number Diff line
@@ -40,8 +40,16 @@
    <Row
        latin:keyWidth="10%p"
    >
        <Key
            latin:keyStyle="toMoreSymbolKeyStyle"
            latin:keyWidth="15%p"
            latin:visualInsetsRight="1%p" />
        <include
            latin:keyboardLayout="@xml/rowkeys_symbols3" />
        <Key
            latin:keyStyle="deleteKeyStyle"
            latin:keyWidth="fillRight"
            latin:visualInsetsLeft="1%p" />
    </Row>
    <include
        latin:keyboardLayout="@xml/row_symbols4" />
+8 −0
Original line number Diff line number Diff line
@@ -40,8 +40,16 @@
    <Row
        latin:keyWidth="10%p"
    >
        <Key
            latin:keyStyle="backFromMoreSymbolKeyStyle"
            latin:keyWidth="15%p"
            latin:visualInsetsRight="1%p" />
        <include
            latin:keyboardLayout="@xml/rowkeys_symbols_shift3" />
        <Key
            latin:keyStyle="deleteKeyStyle"
            latin:keyWidth="fillRight"
            latin:visualInsetsLeft="1%p" />
    </Row>
    <include
        latin:keyboardLayout="@xml/row_symbols_shift4" />