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

Can't override the default key on Mac #27

Open
tschofen opened this issue May 6, 2014 · 2 comments
Open

Can't override the default key on Mac #27

tschofen opened this issue May 6, 2014 · 2 comments

Comments

@tschofen
Copy link

tschofen commented May 6, 2014

I'd like to change the default key from 'command+' to 'control+'.

I've added
{ "keys": ["ctrl+\\"], "command": "valign" }
to my User key map. I can now use control+\ but command+\ still works which conflicts with another key short cut.

How do I properly override the key binding?

@ilyakam
Copy link

ilyakam commented May 6, 2014

Can you double-check that the other shortcut is "super+\\" and not "command+\\"?

@tschofen
Copy link
Author

tschofen commented May 6, 2014

I’ts set to:
{ "keys": ["super+"], "command": "valign” }

On May 5, 2014, at 8:28 PM, Ilya Kaminsky [email protected] wrote:

Can you double-check that the other shortcut is "super+" and not "command+"?


Reply to this email directly or view it on GitHub.

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

2 participants