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

Commit 414934ed authored by Jorge Gil's avatar Jorge Gil
Browse files

Desks: Add flag to switch desks with keyboard shortcuts

Flag: com.android.window.flags.keyboard_shortcuts_to_switch_desks
Bug: 389957556
Test: m
Change-Id: I1418bbe1a57eac9fab6339b96ea30705ca3b1228
parent 7d9d76cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ public enum DesktopExperienceFlags {
    ENABLE_DISPLAY_FOCUS_IN_SHELL_TRANSITIONS(Flags::enableDisplayFocusInShellTransitions, true),
    ENABLE_DISPLAY_WINDOWING_MODE_SWITCHING(Flags::enableDisplayWindowingModeSwitching, true),
    ENABLE_DRAG_TO_MAXIMIZE(Flags::enableDragToMaximize, true),
    ENABLE_KEYBOARD_SHORTCUTS_TO_SWITCH_DESKS(Flags::keyboardShortcutsToSwitchDesks, false),
    ENABLE_MOVE_TO_NEXT_DISPLAY_SHORTCUT(Flags::enableMoveToNextDisplayShortcut, true),
    ENABLE_MULTIPLE_DESKTOPS_BACKEND(Flags::enableMultipleDesktopsBackend, false),
    ENABLE_MULTIPLE_DESKTOPS_FRONTEND(Flags::enableMultipleDesktopsFrontend, false),
+7 −0
Original line number Diff line number Diff line
@@ -601,6 +601,13 @@ flag {
    bug: "362720497"
}

flag {
    name: "keyboard_shortcuts_to_switch_desks"
    namespace: "lse_desktop_experience"
    description: "Enable switching the active desk with keyboard shortcuts"
    bug: "389957556"
}

flag {
    name: "enable_connected_displays_dnd"
    namespace: "lse_desktop_experience"