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

Commit a9977819 authored by Daniel Huang's avatar Daniel Huang Committed by Android (Google) Code Review
Browse files

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

parents a79fd9e2 a0ea350a
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
@@ -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(