API Reference > ui-framework > KeyboardShortcut > KeyboardShortcutProps KeyboardShortcutProps Interface Properties for a Keyboard Shortcut Extends ItemProps Properties Name Type Description isAltKeyRequired undefined | false | true Indicates whether the Alt key required. isCtrlKeyRequired undefined | false | true Indicates whether the Ctrl key required. isShiftKeyRequired undefined | false | true Indicates whether the Shift key required. item undefined | ActionButtonItemDef The item to execute when this shortcut is invoked. key string | FunctionKey | SpecialKey The key that invokes the shortcut. shortcuts undefined | KeyboardShortcutProps[] Nested array of shortcut props. Inherited properties Name Type Inherited from Description betaBadge undefined | false | true ItemProps Indicates whether to draw a Beta badge. iconSpec undefined | IconSpec IconProps CSS class name or SvgSprite for icon Defined in ui/framework/src/ui-framework/keyboardshortcut/KeyboardShortcut.ts Line 60 Last Updated: 13 June, 2024