dfinke / vscode-pandoc

Visual Studio Code extension lets you render markdown to pdf, word doc or html with pandoc
125 stars 36 forks source link

Instructions need updating #10

Open rhires opened 8 years ago

rhires commented 8 years ago

Ctrl-P in Windows should be Ctrl-Shift-P to get the vscode command line to recognize that the user is attempting to start pandoc-renderer. Presumably, this applies to Mac as well except to use cmd-shift-p.

dfinke commented 8 years ago

Do you mean that those shortcuts can be used in addition to F1 and Ctrl+k p?

rhires commented 8 years ago

Well, yes...the way VSCode says to access the command area (or whatever that name is) is to use ctrl- (cmd)-shift-p. The instructions here say
press F1 on Windows (cmd+P on Mac), type pandoc, press Enter Or - press the key chord ctrl+k then p

But cmd-p on Mac doesn't give what is needed. cmd-shift-p does, though. More options is always good!