I am using Atom on Windows.
I would like to use a keyboard shortcut to open my HTML page in a browser but I can't find such a shortcut for Windows. Is there a shortcut in Atom for this?
I am using Atom on Windows.
I would like to use a keyboard shortcut to open my HTML page in a browser but I can't find such a shortcut for Windows. Is there a shortcut in Atom for this?
Ctrl-Alt-Q
on the open HTML file, according to the official site. Curiously, there are some reports of the shortcut not working so it could be a windows bug, works fine on OSX, at least v0.4.7.Another way to check the shortcut is to look for it on atom's command palette (ctrl-shift-p):
If the specified shortcut still won't work and you wish to try to manually bind it, you can try opening atom's keymap.cson file:
and try setting the following in the keymap.cson file:
Save the file and try the shortcut.
Atom's manual in-depth information about keymaps