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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22103557

Change-Id: Ibe8776297895bd06becdc4610049466cca958373
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Daniel Huang
2023-03-16 13:07:01 +00:00
committed by Automerger Merge Worker

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(