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

Keyboard shortcut conflict #2

Open
juanfal opened this issue Dec 14, 2012 · 4 comments
Open

Keyboard shortcut conflict #2

juanfal opened this issue Dec 14, 2012 · 4 comments

Comments

@juanfal
Copy link

juanfal commented Dec 14, 2012

More than once conflicts between keyboard shortcuts appear. A really more polite way to avoid them is:

1 To condition the keyboard shortcut to the environment the plugin is supposed to be executed and then don't pollute others

  1. Not assigning any shortcuts but only suggest them and left to the user to put them in his User-Key bindings after their confirm the conflicts do not affect them.

The best both things at the same time.

In your case, the keyboard binding:

[shift+super+e]
   slurp_replace_string                     Default

is used by de Default…

You then need to find this conflict, and then redefine the overlaid previous binding. Not a good experience.

JF

@jugyo
Copy link
Owner

jugyo commented Dec 20, 2012

Thank you for the advice. How about super+k,super+e?

@juanfal
Copy link
Author

juanfal commented Dec 21, 2012

Yes, it seems free, for now! Thanks

Although I prefer to leave the user decide in their Key bindings User… and only leave them a suggestion to be copied.

Thanks!

@NobbZ
Copy link

NobbZ commented May 31, 2013

Sorry for hijacking this one, but what exactly is the super key?

@keithrbennett
Copy link

Check out: http://en.wikipedia.org/wiki/Super_key_(keyboard_button)

It's generally the Windows or Mac key on the keyboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants