Skip to content

Commit 301734e

Browse files
travsjooola
andcommitted
Adjust menus and keymaps
Co-authored-by: Jonas L <[email protected]>
1 parent 2cf399c commit 301734e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

keymaps/markdown-pdf.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
".platform-darwin atom-text-editor": {
3-
"ctrl-shift-c": "markdown-pdf:convert"
3+
"ctrl-alt-e": "markdown-pdf:convert"
44
},
55

66
".platform-win32 .editor, .platform-linux atom-text-editor": {
7-
"ctrl-shift-c": "markdown-pdf:convert"
7+
"ctrl-alt-e": "markdown-pdf:convert"
88
}
99
}

menus/markdown-pdf.json

+5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
{
1010
"label": "Convert",
1111
"command": "markdown-pdf:convert"
12+
},
13+
{
14+
"label": "Settings",
15+
"command": "markdown-pdf:open-settings"
1216
}
17+
1318
]
1419
}
1520
]

0 commit comments

Comments
 (0)