mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
less chatty
This commit is contained in:
@@ -193,9 +193,6 @@ function createMainWindow(clientData) {
|
||||
return;
|
||||
}
|
||||
let mods = getMods(input);
|
||||
if (input.meta) {
|
||||
console.log("before-input", input.code, input.modifiers);
|
||||
}
|
||||
if (input.code == "KeyT" && input.meta) {
|
||||
win.webContents.send("t-cmd", mods);
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user