Skip to content

Commit 3ce3b5a

Browse files
committed
Changes shortcut to Command+Option+Z
1 parent 9848d48 commit 3ce3b5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/background.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/background.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (isProd) {
5050

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

0 commit comments

Comments
 (0)