Skip to content

Commit de92898

Browse files
committed
fix(menu): update preview code shortcut to include Alt modifier
1 parent d2e1ee3 commit de92898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/menu/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ const editorMenuItems: MenuConfig[] = [
217217
{
218218
label: i18n.t('menu:editor.previewCode'),
219219
click: () => send('main-menu:preview-code'),
220-
accelerator: 'CommandOrControl+Shift+P',
220+
accelerator: 'Alt+CommandOrControl+P',
221221
},
222222
{
223223
type: 'separator',

0 commit comments

Comments
 (0)