Skip to main content

keybindingManager

MS Code Extension API


MS Code Extension API / core/keybindings/keybindingManager

core/keybindings/keybindingManager

Interfaces

Keybinding

Defined in: core/keybindings/keybindingManager.ts:9

Structural definition matching keybinding tracking configurations.

Properties

args?

optional args?: any

Defined in: core/keybindings/keybindingManager.ts:17

Supplemental contextual payload arguments dispatched directly into command executions.

command

command: string

Defined in: core/keybindings/keybindingManager.ts:13

The targeted target framework identity pointer to be processed upon activation.

key

key: string

Defined in: core/keybindings/keybindingManager.ts:11

The compound key macro configuration descriptor sequence (e.g., "ctrl+k ctrl+s").

when?

optional when?: string

Defined in: core/keybindings/keybindingManager.ts:15

Dynamic context criterion matching system status requirements before executing actions.

Variables

keybindingManager

const keybindingManager: KeybindingManager

Defined in: core/keybindings/keybindingManager.ts:246

Shared central singleton engine processing keyboard events, key chords, and shortcut mappings.