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

Commit f7a6482c authored by Josep del Rio's avatar Josep del Rio
Browse files

Remove system keyboard layout shorcut from helper

Meta+Space has been removed, but still appears in the helper. This
change will remove it from the list so users don't get confused.

Bug: 389594638
Test: Flashed on device
Flag: EXEMPT bug fix
Change-Id: Ibe66f9e3a2ac91145bd39d437407ba891432a96b
parent 56bb04a0
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -2250,8 +2250,6 @@
    <string name="keyboard_shortcut_group_system_notifications">Notifications</string>
    <string name="keyboard_shortcut_group_system_notifications">Notifications</string>
    <!-- User visible title for the keyboard shortcut that triggers the keyboard shortcuts helper. -->
    <!-- User visible title for the keyboard shortcut that triggers the keyboard shortcuts helper. -->
    <string name="keyboard_shortcut_group_system_shortcuts_helper">Keyboard Shortcuts</string>
    <string name="keyboard_shortcut_group_system_shortcuts_helper">Keyboard Shortcuts</string>
    <!-- User visible title for the keyboard shortcut that switches to the next hardware keyboard layout. -->
    <string name="keyboard_shortcut_group_system_switch_input">Switch keyboard layout</string>
    <!-- User visible string that joins different shortcuts in a list, e.g. shortcut1 "or" shortcut2 "or" ... -->
    <!-- User visible string that joins different shortcuts in a list, e.g. shortcut1 "or" shortcut2 "or" ... -->
    <string  name="keyboard_shortcut_join">or</string>
    <string  name="keyboard_shortcut_join">or</string>


+0 −5
Original line number Original line Diff line number Diff line
@@ -486,11 +486,6 @@ public final class KeyboardShortcuts {
                        R.string.keyboard_shortcut_group_system_shortcuts_helper),
                        R.string.keyboard_shortcut_group_system_shortcuts_helper),
                KeyEvent.KEYCODE_SLASH,
                KeyEvent.KEYCODE_SLASH,
                KeyEvent.META_META_ON));
                KeyEvent.META_META_ON));
        systemGroup.addItem(new KeyboardShortcutInfo(
                mContext.getString(
                        R.string.keyboard_shortcut_group_system_switch_input),
                KeyEvent.KEYCODE_SPACE,
                KeyEvent.META_META_ON));
        return systemGroup;
        return systemGroup;
    }
    }