nice showing if incoming message from user or not

This commit is contained in:
talksik
2022-01-18 01:56:03 -08:00
parent 9a96c03415
commit 3cb0745500
2 changed files with 39 additions and 8 deletions
+2 -2
View File
@@ -397,7 +397,6 @@ export default function KeyboardContextProvider({ children }) {
handleResetView();
setCtrlDown(true);
toast("control down");
} else if (event.keyCode == KeyCode.Q && ctrlDown) {
toast("navigating to create google meet");
@@ -432,7 +431,8 @@ export default function KeyboardContextProvider({ children }) {
toast.error("Please enable permissions for clipboard");
});
} else {
toast("Invalid keyboard shortcut.");
// toast("Invalid keyboard shortcut.");
console.log("no shortcut logged");
}
// todo play message if pressing space