diff --git a/js/uw.js b/js/uw.js index c1fb05e..3ab15d0 100644 --- a/js/uw.js +++ b/js/uw.js @@ -401,6 +401,8 @@ function keydownSetup(){ if(debugmsg) console.log("we pressed a key: ", event.key , " | mods match?", mods, "keybinding: ", KEYBINDS[i]); if(mods){ + event.stopPropagation(); + console.log("uw::keydown | keys match. calling changeCSS()"); if(KEYBINDS[i].action == "char"){ changeCSS("char", KEYBINDS[i].targetAR);