Header menu logo issie

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

CtrlA

Full Usage: CtrlA

CtrlC

Full Usage: CtrlC

CtrlV

Full Usage: CtrlV

CtrlW

Full Usage: CtrlW

CtrlY

Full Usage: CtrlY

CtrlZ

Full Usage: CtrlZ

DEL

Full Usage: DEL

ESC

Full Usage: ESC

ZoomIn

Full Usage: ZoomIn

ZoomOut

Full Usage: ZoomOut

Instance members

Instance member Description

this.IsCtrlA

Full Usage: this.IsCtrlA

Returns: bool
Returns: bool

this.IsCtrlC

Full Usage: this.IsCtrlC

Returns: bool
Returns: bool

this.IsCtrlV

Full Usage: this.IsCtrlV

Returns: bool
Returns: bool

this.IsCtrlW

Full Usage: this.IsCtrlW

Returns: bool
Returns: bool

this.IsCtrlY

Full Usage: this.IsCtrlY

Returns: bool
Returns: bool

this.IsCtrlZ

Full Usage: this.IsCtrlZ

Returns: bool
Returns: bool

this.IsDEL

Full Usage: this.IsDEL

Returns: bool
Returns: bool

this.IsESC

Full Usage: this.IsESC

Returns: bool
Returns: bool

this.IsZoomIn

Full Usage: this.IsZoomIn

Returns: bool
Returns: bool

this.IsZoomOut

Full Usage: this.IsZoomOut

Returns: bool
Returns: bool

Type something to start searching.