Get Keyboard Shortcuts State

Get Keyboard Shortcuts State - kintone.getKeyboardShortcuts()

Retrieves the state of the keyboard shortcuts.

Function

Desktop

kintone.getKeyboardShortcuts()

Parameters

None

Returns

A Promise object.
When the Promise object is fulfilled, an object containing the following elements can be retrieved.

Property Type Value & Description
shortcutName Boolean The state of the keyboard shortcuts.
For all keyboard shortcuts available on the current page, the following values are returned.
  • true: The keyboard shortcut is enabled.
  • false: The keyboard shortcut is disabled.
The shortcut names are the same as config.shortcutName in the following API:
Set Keyboard Shortcuts

Available Pages

  • Record List
  • Record Details
  • Record Edit
  • Record Create