interface KeyBindingHandlerOptions {
    timeout?: number;
}
Hierarchy

Properties

Properties

timeout?: number

Keybinding sequences will wait this long between key presses before cancelling (default: 1000).

Note: Setting this value too low (i.e. 300) will be too fast for many of your users.