Skip to content

Commit 39dedbb

Browse files
committed
Use Cmd+Alt+K instead of D
1 parent ea1efb6 commit 39dedbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main-process/menus/shortcuts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const dialog = electron.dialog
44
const globalShortcut = electron.globalShortcut
55

66
app.on('ready', function () {
7-
globalShortcut.register('CommandOrControl+Alt+D', function () {
7+
globalShortcut.register('CommandOrControl+Alt+K', function () {
88
dialog.showMessageBox({
99
type: 'info',
1010
message: 'Success! You pressed the registered global shortcut keybinding.',

sections/menus/shortcuts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3>The <code>globalShortcut</code> and <code>Menu</code> modules can be used to
3535
</button>
3636
<div class="demo-box">
3737
<p>
38-
To try this demo, press <kbd class="normalize-to-platform">CommandOrControl+Alt+D</kbd> on your keyboard.
38+
To try this demo, press <kbd class="normalize-to-platform">CommandOrControl+Alt+K</kbd> on your keyboard.
3939
</p>
4040

4141
<p>

0 commit comments

Comments
 (0)