<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`KeymapEventHandler`](KeymapEventHandler) ## KeymapEventHandler interface **Signature:** ```typescript export interface KeymapEventHandler extends KeymapInfo ``` **Extends:** [`KeymapInfo`](KeymapInfo) ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`key`](KeymapInfo/key) | | <code>string &#124; null</code> | <p> 0.10.4</p><p>(Inherited from [KeymapInfo](KeymapInfo)<!-- -->)</p> | | [`modifiers`](KeymapInfo/modifiers) | | <code>string &#124; null</code> | <p> 0.10.4</p><p>(Inherited from [KeymapInfo](KeymapInfo)<!-- -->)</p> | | [`scope`](KeymapEventHandler/scope) | | [`Scope`](Scope) | |