Keymap โ€บ pushScope

Keymap.pushScope() method

Push a scope onto the scope stack, setting it as the active scope to handle all key events.

Signature:

pushScope(scope: Scope): void;

Parameters

ParameterTypeDescription
scopeScope

Returns:

void