Loading packages/SystemUI/res/values/strings.xml +0 −2 Original line number Diff line number Diff line Loading @@ -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> Loading packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java +0 −5 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
packages/SystemUI/res/values/strings.xml +0 −2 Original line number Diff line number Diff line Loading @@ -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> Loading
packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java +0 −5 Original line number Diff line number Diff line Loading @@ -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; } Loading