Note: I tried to edit my post, but found I couldn't. Then I found my post needed to be approved, which is presumably why I couldn't edit. So I closed that thread before it was approved and added the new stuff I found below.
I'm using ReWASD to set up a Virtual Gamepad. Whenever I use the left stick, it inputs the escape key. This is frustrating because any dialog box that might be useful to resolve it closes...because I'm hitting the escape key. When I'm in ReWASD and push buttons to hot-swap to the dialog box to configure it, it's switching to 'Escape'. If I turn off Remap, the escape key input stops, but so does all other functionality for the virtual stick.
The input works in- and out- of game, so it's not related to the controller itself, something is telling my computer that when the right stick is moved, to hit the escape key. It may be bound to the 'push stick'/L3 input, as this stick does not have a have the push feature (Wiimote Nunchuck), so maybe it's just reading it by default for some reason.
Escape is bound by default ot the 'Desktop" profile (the list at the top-right) as L3/Left STick Push In. I cleared that and it didn't resolve the issue. I deleted all profiles except the one I want to use. Same issue.
I don't have JoyToKey running, so it's not pulling something weird from a remapper like that. This is the configuration I'm using: https://www.rewasd.com/community/con...1842409cd71642
If someone could at least rule out it's reWASD I can move on to trying something else.
Edit: I finally figured out how to export a config to a 'file' (share it online hah) and opened it in Notepad ++. The word 'escape' or 'esc' only appears once, here:
I could...just delete it from the file, but I really should just fix it the 'right' way. This is very simple, but I just dunno where to go to fix it. This is a pretty big app at first!
I'm using ReWASD to set up a Virtual Gamepad. Whenever I use the left stick, it inputs the escape key. This is frustrating because any dialog box that might be useful to resolve it closes...because I'm hitting the escape key. When I'm in ReWASD and push buttons to hot-swap to the dialog box to configure it, it's switching to 'Escape'. If I turn off Remap, the escape key input stops, but so does all other functionality for the virtual stick.
The input works in- and out- of game, so it's not related to the controller itself, something is telling my computer that when the right stick is moved, to hit the escape key. It may be bound to the 'push stick'/L3 input, as this stick does not have a have the push feature (Wiimote Nunchuck), so maybe it's just reading it by default for some reason.
Escape is bound by default ot the 'Desktop" profile (the list at the top-right) as L3/Left STick Push In. I cleared that and it didn't resolve the issue. I deleted all profiles except the one I want to use. Same issue.
I don't have JoyToKey running, so it's not pulling something weird from a remapper like that. This is the configuration I'm using: https://www.rewasd.com/community/con...1842409cd71642
If someone could at least rule out it's reWASD I can move on to trying something else.
Edit: I finally figured out how to export a config to a 'file' (share it online hah) and opened it in Notepad ++. The word 'escape' or 'esc' only appears once, here:
Code:
"macros": [ { "keyboard": { "buttonId": 1, "description": "DIK_ESCAPE" } } ] },
I could...just delete it from the file, but I really should just fix it the 'right' way. This is very simple, but I just dunno where to go to fix it. This is a pretty big app at first!
Comment