mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 03:22:09 +02:00
Merge pull request #624 from Armored-Dragon/mouselook-keybind-adjustment
mouseLook.js CapsLock adjustment
This commit is contained in:
commit
a3a9ee5cdc
1 changed files with 1 additions and 1 deletions
|
@ -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()){
|
||||
|
|
Loading…
Reference in a new issue