CodeMirrorAdapterEx.vimKey method
CodeMirrorAdapterEx › vimKey
Unofficial
Convert a keyboard event to its Vim key representation.Signature:
vimKey(event: KeyboardEvent): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| event | KeyboardEvent | The keyboard event. |
Returns: string — The Vim key representation string.