Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(component): add keyboard shortcut for opening new project
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Küchler committed Dec 14, 2017
1 parent d348cec commit 7854a0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export function createMenu(store: Store): void {
submenu: [
{
label: '&Open Project',
accelerator: 'CmdOrCtrl+O',
click: () => {
dialog.showOpenDialog({ properties: ['openDirectory'] }, filePaths => {
store.openStyleguide(filePaths[0]);
Expand Down

0 comments on commit 7854a0b

Please sign in to comment.