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

Move creation of actions and shortcuts to the plugin API #10722

Closed
goanpeca opened this issue Nov 15, 2019 · 0 comments · Fixed by #13097
Closed

Move creation of actions and shortcuts to the plugin API #10722

goanpeca opened this issue Nov 15, 2019 · 0 comments · Fixed by #13097
Assignees
Milestone

Comments

@goanpeca
Copy link
Member

Currently the creation of shortcuts is done by calling CONF.config_shortcut etc...

We should move these methods to the plugin API so that creating actions and shortcuts is part of the API. This work will also allow to decouple widgets from shortcut and action creation, which should probably be handled at the plugin level and not the widget level.

@goanpeca goanpeca added this to the v5.0beta1 milestone Nov 15, 2019
@goanpeca goanpeca self-assigned this Nov 15, 2019
@goanpeca goanpeca removed this from the v5.0beta1 milestone Feb 18, 2020
@ccordoba12 ccordoba12 added this to the v5.0alpha2 milestone Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants