mirror of
https://github.com/rubickCenter/rubick
synced 2025-11-19 08:17:44 +08:00
fix: #91 修复win下 ctrl+d 热键冲突问题
This commit is contained in:
@@ -37,9 +37,9 @@ const registerHotKey = (mainWindow: BrowserWindow): void => {
|
||||
mainWindow.show();
|
||||
});
|
||||
|
||||
globalShortcut.register(config.perf.shortCut.separate, () => {
|
||||
// todo
|
||||
});
|
||||
// globalShortcut.register(config.perf.shortCut.separate, () => {
|
||||
//
|
||||
// });
|
||||
|
||||
globalShortcut.register(config.perf.shortCut.quit, () => {
|
||||
// mainWindow.webContents.send('init-rubick');
|
||||
|
||||
Reference in New Issue
Block a user