Skip to content

Commit

Permalink
Changes shortcut to Command+Option+Z
Browse files Browse the repository at this point in the history
  • Loading branch information
steveruizok committed Feb 18, 2021
1 parent 9848d48 commit 3ce3b5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/background.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/background.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (isProd) {

app.whenReady().then(() => {
// Register a 'CommandOrControl+X' shortcut listener.
const ret = globalShortcut.register("CommandOrControl+Shift+R", () => {
const ret = globalShortcut.register("CommandOrControl+Option+Z", () => {
app.focus({ steal: true })
mainWindow.webContents.focus()
mainWindow.webContents.send("projectMsg", {
Expand Down

0 comments on commit 3ce3b5a

Please sign in to comment.