Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plug-in] Keyboard Shortcuts Plugin API #2783

Closed
vparfonov opened this issue Sep 5, 2018 · 1 comment
Closed

[plug-in] Keyboard Shortcuts Plugin API #2783

vparfonov opened this issue Sep 5, 2018 · 1 comment
Assignees
Labels
plug-in system issues related to the plug-in system Team: Che-Plugins issues related to the che-plugins team

Comments

@vparfonov
Copy link
Contributor

Provide API for keybinding management something like VS Code API

@vparfonov vparfonov changed the title Menu Plugin API Keyboard Shortcuts Plugin API Sep 5, 2018
@vparfonov vparfonov changed the title Keyboard Shortcuts Plugin API [plug-in] Keyboard Shortcuts Plugin API Sep 5, 2018
@ashumilova ashumilova added plug-in system issues related to the plug-in system Team: Che-Editors issues regarding the che-editors team Team: Che-Plugins issues related to the che-plugins team and removed Team: Che-Editors issues regarding the che-editors team labels Sep 5, 2018
@RomanNikitenko RomanNikitenko self-assigned this Sep 14, 2018
@RomanNikitenko
Copy link
Contributor

Command API and ability to register keybindings from 'package.json' file of a plugin are used to contribute key bindings from plugin side.
Command API provides ability to register a command and handler for given command.
This PR allows to provide keybindings for commands in ‘contributes' => ‘keybindings’ section of package.json' file, read and register them.
So now we have ability to contribute key bindings from plugin side.
Please see example and video in description of the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system Team: Che-Plugins issues related to the che-plugins team
Projects
None yet
Development

No branches or pull requests

3 participants