MineKhan
MineKhan copied to clipboard
Shift doesn't work
this started happening a while ago, but for some reason shift stopped working on willard.fun/minekhan it works on all other MineKhan's (khan academy MineKhan, thingMaker's MineKhan, etc.) but on willard.fun I have to use left shift instead which I only normally use for bridging and I prefer using right shift
If there is a different keycode for left shift and right shift, I suppose it would work. If right shift was working beforehand and now it is bugged, then I think he should check any JS changes in the Mozilla Patch Notes :P
I could've sworn I replied last night. But yeah I switched from e.key
to e.code
, which specifies which specific key was pressed. So now it's LeftShift instead of Shift. I did that so that numpad numbers would be different than the top row numbers.
this started happening a while ago, but for some reason shift stopped working on willard.fun/minekhan it works on all other MineKhan's (khan academy MineKhan, thingMaker's MineKhan, etc.) but on willard.fun I have to use left shift instead which I only normally use for bridging and I prefer using right shift
is there code to switch right shift and left shift?