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

Commit 3f00c615 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Reduce amount of empty space in which keypresses are detected

Bug: 6942329
Change-Id: Ie92ccf43f307b8ceb9a311c30390d0cb2abf2cd7
parent 2c0c1cc6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@
            latin:moreKeys="!text/more_keys_for_tablet_double_quote" />
        <Key
            latin:keyLabel="_" />
        <!-- Here is empty space. -->
        <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
        <Spacer
            latin:keyWidth="fillRight" />
    </Row>
</merge>
+3 −1
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
            latin:keyXPos="28.0%p"
            latin:keyboardLayout="@xml/key_space"
            latin:backgroundType="normal" />
        <!-- Here is empty space. -->
        <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
        <Spacer
            latin:keyWidth="fillRight" />
    </Row>
</merge>
+3 −0
Original line number Diff line number Diff line
@@ -153,5 +153,8 @@
        <Key
            latin:keyLabel="#"
            latin:keyStyle="numKeyStyle" />
        <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
        <Spacer
            latin:keyWidth="fillRight" />
    </Row>
</merge>
+6 −1
Original line number Diff line number Diff line
@@ -25,8 +25,10 @@
        latin:keyWidth="8.047%p"
        latin:backgroundType="functional"
    >
        <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
        <Spacer
            latin:keyWidth="5.782%p" />
        <include
            latin:keyXPos="5.782%p"
            latin:keyboardLayout="@xml/key_settings" />
        <include
            latin:keyboardLayout="@xml/key_shortcut" />
@@ -42,5 +44,8 @@
            latin:keyboardLayout="@xml/key_dash" />
        <include
            latin:keyboardLayout="@xml/key_f2" />
        <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
        <Spacer
            latin:keyWidth="fillRight" />
    </Row>
</merge>
+6 −1
Original line number Diff line number Diff line
@@ -25,8 +25,10 @@
        latin:keyWidth="8.047%p"
        latin:backgroundType="functional"
    >
        <!-- Note: This Spacer prevents the below key from being marked as a left edge key. -->
        <Spacer
            latin:keyWidth="5.782%p" />
        <include
            latin:keyXPos="5.782%p"
            latin:keyboardLayout="@xml/key_settings" />
        <include
            latin:keyboardLayout="@xml/key_shortcut" />
@@ -40,5 +42,8 @@
            latin:keyboardLayout="@xml/keys_comma_period" />
        <include
            latin:keyboardLayout="@xml/key_f2" />
        <!-- Note: This Spacer prevents the above key from being marked as a right edge key. -->
        <Spacer
            latin:keyWidth="fillRight" />
    </Row>
</merge>
Loading