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

Commit

Permalink
Merge pull request #48 from jonathontoon/develop
Browse files Browse the repository at this point in the history
Update menu.js
  • Loading branch information
jonathontoon authored Feb 4, 2018
2 parents a13baed + 13b5dcb commit 71f1859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const selectionMenu = Menu.buildFromTemplate([

const inputMenu = Menu.buildFromTemplate([
{ role: 'undo', accelerator: process.platform === 'darwin' ? 'Cmd+Z' : 'Ctrl+Z', },
{ role: 'redo', accelerator: process.platform === 'darwin' ? 'Ctrl+Z' : 'Ctrl+Shift+Z', },
{ role: 'redo', accelerator: process.platform === 'darwin' ? 'Cmd+Shift+Z' : 'Ctrl+Shift+Z', },
{ type: 'separator', },
{ role: 'cut', accelerator: process.platform === 'darwin' ? 'Cmd+X' : 'Ctrl+X', },
{ role: 'copy', accelerator: process.platform === 'darwin' ? 'Cmd+C' : 'Ctrl+C', },
Expand Down

0 comments on commit 71f1859

Please sign in to comment.