mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
54aae5431b
commit
c1478c2bc1
2 changed files with 5 additions and 3 deletions
|
|
@ -811,7 +811,7 @@ app.whenReady().then(() => {
|
|||
});
|
||||
});
|
||||
} else {
|
||||
globalShortcut.register(data.hotkey, () => {
|
||||
globalShortcut.register(shortcut, () => {
|
||||
BrowserWindow.getAllWindows().forEach(itemB => {
|
||||
itemB.webContents.send("siyuan-hotkey", {
|
||||
hotkey: item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue