Skip to content

Disable Keyboard Shortcuts

Disable

If you don't need the (new in 5.9x) keyboard shortcuts feature you can disable it now using the following javascript code:

1
AppGiniHelper.getCmmon().getNavbar().enableShortcuts(false);

Enable

1
AppGiniHelper.getCmmon().getNavbar().enableShortcuts(true);

Disable shortcuts

Tip

You can hide the keyboard-shortcuts navbar-button:
AppGiniHelper.common.getNavbar().hideKeyboardShortcutsButton();

See also