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

"close_other_windows" keyboard shortcut not working. #2

Open
politicus opened this issue Dec 19, 2015 · 3 comments
Open

"close_other_windows" keyboard shortcut not working. #2

politicus opened this issue Dec 19, 2015 · 3 comments

Comments

@politicus
Copy link

As the built-in keyboard shortcut was not working, I tried to assign many keyboard shortcuts to this menu item but they didn't work.

I checked there were no conflicts.

@mavuio
Copy link
Owner

mavuio commented Dec 22, 2015

have you checked with sublime.log_commands(True) if sublime calls the command ?

http://stackoverflow.com/questions/18881872/sublime-text-how-to-figure-out-internal-command-name-for-key-binding

@lhrolim
Copy link

lhrolim commented Sep 1, 2016

Also having the same issue on windows.

Can you also point on the readme how to change these mappings?

Thanks

@mattdfloyd
Copy link
Contributor

Add { "keys": ["alt+super+w"], "command": "close_other_windows" } to your Key Bindings (Sublime > Preferences) to fix.

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