We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf399c commit 301734eCopy full SHA for 301734e
keymaps/markdown-pdf.json
@@ -1,9 +1,9 @@
1
{
2
".platform-darwin atom-text-editor": {
3
- "ctrl-shift-c": "markdown-pdf:convert"
+ "ctrl-alt-e": "markdown-pdf:convert"
4
},
5
6
".platform-win32 .editor, .platform-linux atom-text-editor": {
7
8
}
9
menus/markdown-pdf.json
@@ -9,7 +9,12 @@
10
"label": "Convert",
11
"command": "markdown-pdf:convert"
12
+ },
13
+ {
14
+ "label": "Settings",
15
+ "command": "markdown-pdf:open-settings"
16
17
+
18
]
19
20
0 commit comments