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

Commit 8d9dcb38 authored by Josep del Río's avatar Josep del Río Committed by Android (Google) Code Review
Browse files

Merge "Remove system keyboard layout shorcut from helper" into main

parents 72dcfda9 f7a6482c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2250,8 +2250,6 @@
    <string name="keyboard_shortcut_group_system_notifications">Notifications</string>
    <!-- User visible title for the keyboard shortcut that triggers the keyboard shortcuts helper. -->
    <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" ... -->
    <string  name="keyboard_shortcut_join">or</string>

+0 −5
Original line number Diff line number Diff line
@@ -486,11 +486,6 @@ public final class KeyboardShortcuts {
                        R.string.keyboard_shortcut_group_system_shortcuts_helper),
                KeyEvent.KEYCODE_SLASH,
                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;
    }