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

Commit 09de911a authored by Daniel Huang's avatar Daniel Huang Committed by Automerger Merge Worker
Browse files

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

parents e6bde611 a9977819
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(