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

add move_shortcut / change_shortcut method #5702

Open
ivanov opened this issue Apr 23, 2014 · 1 comment
Open

add move_shortcut / change_shortcut method #5702

ivanov opened this issue Apr 23, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@ivanov
Copy link
Member

ivanov commented Apr 23, 2014

while replying to a question on the mailing list, it occurred to me that we currently make it too difficult to simply remap functionality of a default keyboard shortcut to a different key. The API for this could be something like move_shortcut('ctrl-k', 'shift-k') to make shift-k do what ctrl-k used to do.

@ivanov ivanov self-assigned this Apr 23, 2014
@Carreau
Copy link
Member

Carreau commented Apr 23, 2014

IMHO, shortcut should be bound to strings, and strings to actions.

Also remove shortcut could return the currently set value so that it is easy to move around.

@minrk minrk added this to the wishlist milestone Oct 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants