atom / markdown-preview

📝 Markdown preview in Atom
MIT License
1.23k stars 357 forks source link

not using ctrl-shift-m #287

Closed JPomichael closed 9 years ago

JPomichael commented 9 years ago

not using ctrl-shift-m in windows 8.1

kevinsawicki commented 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

JPomichael commented 9 years ago

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.

varunyellina commented 9 years ago

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.

varunyellina commented 9 years ago

Update: I just used the Key Binding Resolver on Mac using Cmd - .. I've the Emmet package installed which is overwriting ctrl-shift-M

screen shot 2015-08-21 at 6 20 33 pm

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'
XiaoSK commented 9 years ago

Many thanks to @varunyellina . It works. But I preferred binding another key to 'markdown-preview:toggle' instead of 'ctrl-shift-M'.

winstliu commented 9 years ago

Hey @JPomichael, if the steps listed by @varunyellina didn't work for you, please comment here. Otherwise, I'm closing this.