Merge "Remove Access emoji and Access voice typing shortcuts" into udc-dev

This commit is contained in:
Daniel Huang
2023-03-16 12:54:26 +00:00
committed by Android (Google) Code Review

View File

@@ -657,25 +657,6 @@ public final class KeyboardShortcutListSearch {
R.string.input_switch_input_language_previous),
KeyEvent.KEYCODE_SPACE,
KeyEvent.META_META_ON | KeyEvent.META_SHIFT_ON),
null))),
/* Access emoji: Meta + . */
new ShortcutMultiMappingInfo(
context.getString(R.string.input_access_emoji),
null,
Arrays.asList(
new ShortcutKeyGroup(new KeyboardShortcutInfo(
context.getString(R.string.input_access_emoji),
KeyEvent.KEYCODE_PERIOD,
KeyEvent.META_META_ON),
null))),
/* Access voice typing: Meta + V */
new ShortcutMultiMappingInfo(
context.getString(R.string.input_access_voice_typing),
null,
Arrays.asList(
new ShortcutKeyGroup(new KeyboardShortcutInfo(
context.getString(R.string.input_access_voice_typing),
KeyEvent.KEYCODE_V, KeyEvent.META_META_ON),
null)))
);
return new KeyboardShortcutMultiMappingGroup(