CCKit2
Preparing search index...
CCKeyCombo
Type Alias CCKeyCombo
Defines a key combination with modifiers.
type
CCKeyCombo
=
{
alt
:
boolean
;
ctrl
:
boolean
;
key
:
CCKey
;
shift
:
boolean
;
}
Index
Properties
alt
ctrl
key
shift
Properties
alt
alt
:
boolean
ctrl
ctrl
:
boolean
key
key
:
CCKey
shift
shift
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Package
Theme
OS
Light
Dark
Language
TypeScript
Lua
On This Page
Properties
alt
ctrl
key
shift
CCKit2
Loading...
Defines a key combination with modifiers.