-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard emulation #6
Comments
it seems that I completely forgot the trackpad in the keyboard part :-) I should add it within a few days |
Dear mmorselli! Also, I realized that I might have not expressed myself correctly. I mean, I want to be able to press W on keyboard and move in a VR game. Is it possible? |
just released the 0.11 beta, with keyboard to trackpad support it's a basic support, this means that it manages up, down, left, right, no diagonals because it doesn't read two keys pressed at the same time, and touch or click must be declared in the config. But it works, tried with Gunheart. Look at the example config in the provided config.ini Joy2OpenVR doesn't map controller to keyboard, but only external input (joypad or keyboard) to VR, so should do what you're asking. try and let me know if it works |
Just to make myself completely clear: What I need is press arrow up and have it work as trackpad up in VR. |
Have you tried? In the example configuration I provided arrow (to controller 1) and WASD (to controller 2), of course you can choose the keys you like. it's completely clear what you need, my program does exactly that.
|
Yes, thank you! It works, but not alsways. Update) With other games also work. I just should choose window of Joy2OpenVR.exe after i turn on the game.) Thank you very much!:) You save my day!!! And one more question. If I need touch then i just put false in trackpad1_click? or should change to trackpad1_touch? |
simply put trackpad1_click = false and trackpad act as touch |
Mmorselli, thank you so much! |
Dear morselli! I mean, program works, when i press "up arrow" on my keyboard, joy2openvr write that i press "Trackpad 1 UP", but nothing happened in the game. Also I can't pick v1527117754 hotfix anymore. Maybe this is a problem? |
workaround published, see the readme in homepage https://github.com/mmorselli/Joy2OpenVR/blob/master/README.md |
Hi! Seems doesn't work for me. Version is right. Downgrade was successful. But when i press keyboard buttons no reaction. I was install OpenVR Input, maybe I should use old release? update) Works! Clean all mess from steamapp folder and re install OpenVR Input one more time. All works great) Hope soon we all can find solution for new SteamVR version:) Ton of thanks to you. Before I was tryied downgrade to summer versions but it was useless. upd. Movement is not smooth anymore. It look like where short press of button. Like it's pause after every press. Is it because of old version? |
Thanks for StateFlags hint, I didn't know, I'll add it into the README I just quickly tried a trigger button with beatsaber custom tracker-powered swords, still nothing with movement. I'll try as soon as possible with Serious Sam |
Also try with Sam and Pavlov. I have the movement, but with issues. Trackpad is work. But it moves with lags. Always interruption. In Pavlov it's really annoying, in Sam little bit better, but still not real to play) I try to use it in different games and this what I get: All the time I hold the button. |
Hi! Do you have any update about our issue. Or after this beta we all stuck for a while? |
Hi! I get link to ur project from reddit.
I need to emulate keyboard arrowpress as toucpad hold.
For ex. in normal games (not VR) mostly we use WASD or Arrows to move. In VR they force u to use touchpad. I really want to play from keyboard, Press arrow and move like i hold touchpad up direction. It's more userful for me. Is it real with Joy2OpenVR?
If no, then how hard is realisation of this? Maybe know some solutions?
The text was updated successfully, but these errors were encountered: