Skip to content

Commit

Permalink
[change] localshortcut register
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Feb 16, 2025
1 parent fcd5825 commit 348c0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/core/winManger/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const createWin = (name: string, options: { [key: string]: any } ) => {
win!.reload();
});
// 粘贴
localshortcutRegister(win!, ['CommandOrControl+B'], () => {
localshortcutRegister(win!, ['CommandOrControl+Shift+V'], () => {
win!.webContents.paste();
});
// // 复制
Expand Down

0 comments on commit 348c0d8

Please sign in to comment.