Revert "adding-io-hook"

This reverts commit 3666ce59d4.
This commit is contained in:
talksik
2022-04-24 09:06:27 -05:00
parent 3666ce59d4
commit 3c58c7830d
4 changed files with 7 additions and 100 deletions
+2 -6
View File
@@ -70,12 +70,8 @@ app
});
})
.then(() => {
globalShortcut.register("`+R", () => {
console.log("Recording audio!");
});
globalShortcut.register("`+P", () => {
console.log("Recording audio!");
globalShortcut.register("`", () => {
console.log("Electron loves global shortcuts!");
});
});