Overload | Description |
---|---|
NShortcut Constructor(NKey) | Creates a shortcut for a key without modifiers |
NShortcut Constructor(ENKeyCode) | Creates a shortcut for a key without modifiers |
NShortcut Constructor(ENKeyCode,ENModifierKeys) | Creates a shortcut with the specified parameters. Throws an exception if the parameters are not a valid shortcut. |
NShortcut Constructor(NKey,ENModifierKeys) | Creates a shortcut with the specified parameters. Throws an exception if the parameters are not a valid shortcut. |
NShortcut Constructor(ENKeyCode,ENModifierKeys,Boolean) | Creates a shortcut with the specified parameters. Throws an exception if the parameters are not a valid shortcut. |
NShortcut Constructor(NKey,ENModifierKeys,Boolean,Boolean) | Creates a shortcut with the specified parameters. Throws an exception if the parameters are not a valid shortcut and the validate flag is true. |