Disable Keyboard shortcuts (5.9x)

Version 2021/07

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

AppGiniHelper.common.getNavbar().enableShortcuts(false);

Tip: hide the keyboard-shortcuts navbar-button

AppGiniHelper.common.getNavbar().hideKeyboardShortcutsButton();

Do you like it?