You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried making the entire back left and right sides of the touchpad into L2 and R2 respectively but have failed so far. Here's what I've done till now:
Pasted the vita.conf file into data/moonlight/mappings/
Edited it to remove LS and RS input from the bottom L/R sides of the back touchpad by removing the keycodes and putting in:
but this just ended up making the btn_tl and btn_tr respond to the 2nd keycode in the sequence. What should I do so that btn_tl and btn_tr respond to both the pairs of keycodes 500001, 500004 and 500002, 500008 respectively, which are the upper and lower L/R sides of the back touch panel.
The text was updated successfully, but these errors were encountered:
A solution (if rather strange) is just to play with the offsets to make both sides of the back touch just one giant side for the lower (or upper) sides of the back touchscreen, but this limits you to only having two touch spots. I personally use these for L3 and R3, while I use L2 and R2 on the front touch screen, with Pause Stream and Guide also being on the front.
I tried making the entire back left and right sides of the touchpad into L2 and R2 respectively but have failed so far. Here's what I've done till now:
Pasted the vita.conf file into data/moonlight/mappings/
Edited it to remove LS and RS input from the bottom L/R sides of the back touchpad by removing the keycodes and putting in:
and so far I've tried adding in the following:
but this just ended up making the btn_tl and btn_tr respond to the 2nd keycode in the sequence. What should I do so that btn_tl and btn_tr respond to both the pairs of keycodes 500001, 500004 and 500002, 500008 respectively, which are the upper and lower L/R sides of the back touch panel.
The text was updated successfully, but these errors were encountered: