Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
KeybindingContribution
Interface KeybindingContribution
Allows extensions to contribute
common.Keybinding
s
interface
KeybindingContribution
{
registerKeybindings
(
keybindings
)
:
void
;
}
Implemented by
AbstractViewContribution
CommonFrontendContribution
ElectronMenuContribution
QuickCommandFrontendContribution
WindowContribution
Index
Methods
register
Keybindings
Methods
register
Keybindings
register
Keybindings
(
keybindings
)
:
void
Registers keybindings.
Parameters
keybindings
:
KeybindingRegistry
the keybinding registry.
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
register
Keybindings
Theia TypeDoc
Loading...
Allows extensions to contribute common.Keybindings