Skip to content

Commit

Permalink
U know too mUch
Browse files Browse the repository at this point in the history
U do, trUst me
  • Loading branch information
Nailington committed Feb 8, 2023
1 parent ad06bf1 commit 960614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_scripts/dev.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
document.onkeyup = function(e)
{
if(e.ctrlKey && e.shiftKey && e.which == 81)
if(e.ctrlKey && e.shiftKey && e.which == 85)
{
console.log("onkeyup registered");

Expand Down

0 comments on commit 960614a

Please sign in to comment.