The 5.7 branch of Magnolia reached End-of-Life on December 31, 2023, as specified in our End-of-life policy. This means the 5.7 branch is no longer maintained or supported. Please upgrade to the latest Magnolia release. By upgrading, you will get the latest release of Magnolia featuring significant improvements to the author and developer experience. For a successful upgrade, please consult our Magnolia 6.2 documentation. If you need help, please contact info@magnolia-cms.com.

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