magbicaleman / open-in-browser

Atom.io Package
MIT License
51 stars 37 forks source link

Keybind not working #41

Closed ghost closed 7 years ago

ghost commented 7 years ago

After update, Ctrl + Alt + Q won't open in my default browser. The Keybindings tab's "Enable" button is ticked.

Keystroke Command Selector Source ctrl-shift-Q open-in-browser:open .platform-win32 atom-workspace atom-text-editor Open In > Browser

magbicaleman commented 7 years ago

It no longer binds to ALT but to SHIFT, sorry for the inconvenience.

'.platform-win32 atom-workspace atom-text-editor':
  'ctrl-shift-q': 'open-in-browser:open'

'.platform-linux atom-workspace atom-text-editor':
  'ctrl-shift-q': 'open-in-browser:open'

'.platform-darwin atom-workspace atom-text-editor':
  'cmd-shift-q': 'open-in-browser:open'