Closed JPomichael closed 9 years ago
Can you open the keybinding resolver using ctrl-.
and then press ctrl-shift-m
and see what command is being triggered for that keybinding?
Also, can you reproduce it safe mode? Completely quit Atom and then run atom --safe
from the terminal
Ok, i try.
From iPhone
在 2015年8月15日,6:02,"Kevin Sawicki" notifications@github.com 写道:
Can you open the keybinding resolver using ctrl-. and then press ctrl-shift-m and see what command is being triggered for that keybinding?
Also, can you reproduce it safe mode? Completely quit Atom and then run atom --safe from the terminal
― Reply to this email directly or view it on GitHub.
I'm unable to activate the preview using ctrl-shift-m
on OSX using Atom 1.0.7 and markdown-preview 0.150.0.
On the contrary using the menu item Packages > Mardown Preview > Toggle Preview
works without issue.
Update: I just used the Key Binding Resolver on Mac using Cmd - .
. I've the Emmet package installed which is overwriting ctrl-shift-M
Technically this isn't an issue with your package.
I resolved it by navigating to Preferences
> Keybindings
> your keymap file
and then pasted the following into the keymaps.cson file
'.editor:not(.mini)':
'ctrl-shift-M': 'markdown-preview:toggle'
Many thanks to @varunyellina . It works. But I preferred binding another key to 'markdown-preview:toggle'
instead of 'ctrl-shift-M'
.
Hey @JPomichael, if the steps listed by @varunyellina didn't work for you, please comment here. Otherwise, I'm closing this.
not using ctrl-shift-m in windows 8.1