KeyContext Type
Where the keyboard is logically pointing. Exactly one holds at any moment, and KeyBindings.contextOfModel decides which by a fixed priority. TextEntry and CodeEditor are *opaque*: a chord not bound in them does nothing rather than falling back to a more general context. That single rule is what stops Ctrl+A in a properties box selecting the whole schematic.
Union cases
| Union case | Description |
Full Usage:
CodeEditor
|
|
Full Usage:
Global
|
|
Full Usage:
Popup
|
|
Full Usage:
ProjectBrowser
|
|
Full Usage:
SheetBusy
|
|
Full Usage:
SheetIdle
|
|
Full Usage:
TextEntry
|
|
Full Usage:
WaveSim
|
Instance members
| Instance member | Description |
Full Usage:
this.IsCodeEditor
Returns: bool
|
|
Full Usage:
this.IsGlobal
Returns: bool
|
|
Full Usage:
this.IsPopup
Returns: bool
|
|
Full Usage:
this.IsProjectBrowser
Returns: bool
|
|
Full Usage:
this.IsSheetBusy
Returns: bool
|
|
Full Usage:
this.IsSheetIdle
Returns: bool
|
|
Full Usage:
this.IsTextEntry
Returns: bool
|
|
Full Usage:
this.IsWaveSim
Returns: bool
|
|