onKey property

ValueCmdCallback<KeyMsg>? onKey
final

Optional extra key handler invoked after search/goto handling and before the default indent/save shortcuts.

Implementation

final ValueCmdCallback<KeyMsg>? onKey;