pottedmeat7 / OpenVR-WalkInPlace

An OpenVR driver that applies virtual movement using a pedometer
GNU General Public License v3.0
110 stars 17 forks source link

Setting input Keyboard(WASD) option problem #76

Open CFA44 opened 3 years ago

CFA44 commented 3 years ago

Hi

I am currently testing with the keyboard (WASD) option. However, in the input test, the W key was not pressed, so I checked that the shift key was pressed continuously. Is there any way to fix the keyboard input (WASD)? The keyboard (Arrow) option was also shifted down.

I always get a lot of help with this driver. Thanks for continuing to develop

pottedmeat7 commented 3 years ago

The W key said be pushed when you any value movement of detected. Check the data model and see if your getting a match. It will only press the W it doesnt press shift also.

CFA44 commented 3 years ago

Yeah, so when I tested it with a keyboard tracker, the shift wasn't pressed. The indication that the W key is pressed consecutively appears, but it was not recognized in notepad or other games, and when the Keybaord (WASD) was activated, the capital letters appear as if shift was pressed when typing.

I think I missed something, but I can't clearly see what it is. First of all, I was constantly testing, but I wondered if there was anything you knew about it.

CFA44 commented 3 years ago

image

Additional test material. When I input WASD, I tried using several testers, but the input value is not constant. Is it a problem with my computer settings?