mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-20 03:03:40 +08:00
fix: #91 修复win下 ctrl+d 热键冲突问题
This commit is contained in:
parent
b43c2c0091
commit
8acaff15f2
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rubick",
|
||||
"version": "2.0.4-beta.1",
|
||||
"version": "2.0.4-beta.2",
|
||||
"author": "muwoo <2424880409@qq.com>",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user