diff --git a/scripts/system/controllers/mouseLook.js b/scripts/system/controllers/mouseLook.js index f62a802a70..901c7c92f0 100644 --- a/scripts/system/controllers/mouseLook.js +++ b/scripts/system/controllers/mouseLook.js @@ -41,7 +41,7 @@ by rampa3 (https://github.com/rampa3) and vegaslon (https://github.com/vegaslon) function onKeyPressEvent(event) { if (!hmd){ - if (event.text === 'm') { + if (event.text.toLowerCase() === 'm') { if (!keysOnOverlay) { if (mouseLookEnabled) { if (!Camera.getCaptureMouse()){