<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`Keymap`](Keymap) › [`pushScope`](Keymap/pushScope) ## Keymap.pushScope() method Push a scope onto the scope stack, setting it as the active scope to handle all key events. 0.13.9 **Signature:** ```typescript pushScope(scope: Scope): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>scope</code> | [`Scope`](Scope) | | **Returns:** `void`