KeyboardMsg Type
For Keyboard messages. These name draw block *actions*, not keys - KeyTypes decides which chord reaches which. AltC, AltV, AltZ and AltShiftZ used to be here with no dispatcher, and CtrlS with a handler that added a square for a demo.
Union cases
| Union case | Description |
Full Usage:
CtrlA
|
|
Full Usage:
CtrlC
|
|
Full Usage:
CtrlV
|
|
Full Usage:
CtrlW
|
|
Full Usage:
CtrlY
|
|
Full Usage:
CtrlZ
|
|
Full Usage:
DEL
|
|
Full Usage:
ESC
|
|
Full Usage:
ZoomIn
|
|
Full Usage:
ZoomOut
|
Instance members
| Instance member | Description |
Full Usage:
this.IsCtrlA
Returns: bool
|
|
Full Usage:
this.IsCtrlC
Returns: bool
|
|
Full Usage:
this.IsCtrlV
Returns: bool
|
|
Full Usage:
this.IsCtrlW
Returns: bool
|
|
Full Usage:
this.IsCtrlY
Returns: bool
|
|
Full Usage:
this.IsCtrlZ
Returns: bool
|
|
Full Usage:
this.IsDEL
Returns: bool
|
|
Full Usage:
this.IsESC
Returns: bool
|
|
Full Usage:
this.IsZoomIn
Returns: bool
|
|
Full Usage:
this.IsZoomOut
Returns: bool
|
|