KeydownHandler: (instance: CodeEditor.IEditor, event: KeyboardEvent) => boolean

A keydown handler type.

Return true to prevent the default handling of the event by the editor.