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

Commit c3208338 authored by Josep del Rio's avatar Josep del Rio Committed by Vaibhav Devmurari
Browse files

Fix: Change screenshot shortcut to Meta+S in Shortcut helper list UI

Bug: 370930887
Test: Flashed on device, tried shortcut, checked shortcut helper
Flag: EXEMPT bugfix
Change-Id: I8637f3fb537b12c5e93d6058c8e34304f9df1642
parent b6fcc57d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -573,13 +573,13 @@ public final class KeyboardShortcutListSearch {
                                Pair.create(KeyEvent.KEYCODE_ESCAPE, KeyEvent.META_META_ON),
                                Pair.create(KeyEvent.KEYCODE_DEL, KeyEvent.META_META_ON),
                                Pair.create(KeyEvent.KEYCODE_DPAD_LEFT, KeyEvent.META_META_ON))),
                /* Take a full screenshot: Meta + Ctrl + S */
                /* Take a full screenshot: Meta + S */
                new ShortcutKeyGroupMultiMappingInfo(
                        context.getString(R.string.group_system_full_screenshot),
                        Arrays.asList(
                                Pair.create(
                                        KeyEvent.KEYCODE_S,
                                        KeyEvent.META_META_ON | KeyEvent.META_CTRL_ON))),
                                        KeyEvent.META_META_ON))),
                /* Access list of system / apps shortcuts: Meta + / */
                new ShortcutKeyGroupMultiMappingInfo(
                        context.getString(R.string.group_system_access_system_app_shortcuts),