Skip to content

Commit

Permalink
chore: Remove moe shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Jan 3, 2025
1 parent a6915b5 commit 298af40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ window.addEventListener("keydown", (e) => {
if (e.ctrlKey && e.code === "KeyU") e.preventDefault()
if (e.ctrlKey && e.code === "KeyP") e.preventDefault()
if (e.ctrlKey && e.code === "KeyG") e.preventDefault()
if (e.ctrlKey && e.code === "F5") e.preventDefault()
if (e.code === "F3") e.preventDefault()
if (e.code === "F5") e.preventDefault()
if (e.code === "F7") e.preventDefault()
})


Expand Down

0 comments on commit 298af40

Please # to comment.