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

Keybind not working #177

Closed
filipesilva opened this issue Jan 6, 2015 · 7 comments
Closed

Keybind not working #177

filipesilva opened this issue Jan 6, 2015 · 7 comments

Comments

@filipesilva
Copy link
Contributor

The default keybinding seems to not be working anymore. I'm on windows 7, using atom 0.166.0 and atom-beautify 0.21.1.

Keybind resolver shows the keybind was resolved, but nothing happens.
image

Running from the command palette works though.

@Glavin001 Glavin001 self-assigned this Jan 6, 2015
@Glavin001
Copy link
Owner

Sorry, there have been some unfortunate breaking changes to keep up with the Atom API.
Here are the up-to-date commands: https://github.com/Glavin001/atom-beautify/blob/master/lib/beautify.coffee#L260-L262

beautify:beautify-editor is what you want.

@Glavin001
Copy link
Owner

The README documentation is up-to-date: https://github.com/Glavin001/atom-beautify#custom-keyboard-shortcuts

Let me know if you have any more problems. Thanks.

@Glavin001 Glavin001 added this to the My Christmas List milestone Jan 6, 2015
@filipesilva
Copy link
Contributor Author

Thanks for the swift reply!

I added that keybind to my keybinds.cson but it seems to be superseded by the default one. Did I misinterpret your reply?

image

@Glavin001
Copy link
Owner

There's the bug! It's not up-to-date for Atom Beautify's keymap: https://github.com/Glavin001/atom-beautify/blob/master/keymaps/atom-beautify.cson#L11

Thank you for letting me know. I'll fix it ASAP.

@Glavin001 Glavin001 reopened this Jan 6, 2015
@Glavin001
Copy link
Owner

Published patch to v0.21.1

@filipesilva
Copy link
Contributor Author

And it works! Awesome, thank you :D

@a-tsvil
Copy link

a-tsvil commented Nov 18, 2016

Hello, on Win 10 I have same problem but with a bit strange behavior - default package keybinding doesn't work, but if I access Atom-Beautify via main menu -> Packages -> Atom Beautify -> Beautify it's working fine. There no other packages which override ctrl + alt + b.
Thank you.

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

No branches or pull requests

3 participants