Magnolia 5.7 reached extended end of life on May 31, 2022. Support for this branch is limited, see End-of-life policy. Please note that to cover the extra maintenance effort, this EEoL period is a paid extension in the life of the branch. Customers who opt for the extended maintenance will need a new license key to run future versions of Magnolia 5.7. If you have any questions or to subscribe to the extended maintenance, please get in touch with your local contact at Magnolia.

The App Switcher module lets you switch between running apps in AdminCentral with keyboard shortcut Alt+Shift.

Installing

Maven is the easiest way to install the module. Add the following to your bundle. The parent POM of your webapp project should set the latest version of the module automatically. Should you need to use a specific module version, you can define it using the <version/> in the dependency.

<dependency>
  <groupId>info.magnolia.appswitcher</groupId>
  <artifactId>magnolia-appswitcher</artifactId>
</dependency>

Usage

Press Alt+Shift to cycle through currently running apps. Hold down the Alt key and press Shift repeatedly to move the selection to the right. When you release the Alt key, the application that is selected is brought to the foreground in AdminCentral.

App Switcher works similarly to the Alt+Tab or Ctrl+Tab key combinations used to cycle through applications in an operating system. The App Switcher brings the same functionality to the AdminCentral user interface.

You can also move the selection in either direction by holding down Alt key and pressing the or keys or clicking the app icon with the mouse.

Configuration

Set the keyboard shortcut in Configuration > /modules/appswitcher/config/shortcut. Default is alt+shift. Enter a value in a human readable format such as ctrl+shift or alt+1

Node nameValue

 modules


 appswitcher


  config


 shortcut

alt+shift

Properties:

shortcut

optional, default is alt+shift

Human readable value such as ctrl+shift defining the shortcut.

1 Comment

  1. On Windows the App Switcher will get stuck when using the Firefox browser. All other browsers on Windows are working at this time. See MGNLAPPSW-3 - Getting issue details... STATUS