[GH-ISSUE #4391] 1 key mapped to 2 keys do not work - L+R keys can't be used together using 1 key #1788

Closed
opened 2026-03-18 03:46:41 +03:00 by kerem · 5 comments
Owner

Originally created by @fastrizwaan on GitHub (Oct 31, 2013).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/4391

In God of War Chains of Olympus, we need "L+R" key combination to dodge/roll

But assigning say 'F12' key to L and R using '+' will only make the first assigned key work i.e., only L key is working, but not L+R

Multiple assigned keys to the following do not work
X [] O ^ L R (Dpad UP, Down, left, right)

But, interestingly, UP+LEFT, DOWN+RIGHT (analog only) works as expected.

Please consider L+R and x o and dpad keys to work together, so that games which need multikeys for a single action, can be used easily.

thanks.

As can be seen in the Screenshot, I assigned the key "N" to L+R but only "L" is working in the game!
screenshot from 2013-10-31 20 50 52

Originally created by @fastrizwaan on GitHub (Oct 31, 2013). Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/4391 In God of War Chains of Olympus, we need "L+R" key combination to dodge/roll But assigning say 'F12' key to L and R using '+' will only make the first assigned key work i.e., only L key is working, but not L+R Multiple assigned keys to the following do not work X [] O ^ L R (Dpad UP, Down, left, right) But, interestingly, UP+LEFT, DOWN+RIGHT (analog only) works as expected. Please consider L+R and x o and dpad keys to work together, so that games which need multikeys for a single action, can be used easily. thanks. As can be seen in the Screenshot, I assigned the key "N" to L+R but only "L" is working in the game! ![screenshot from 2013-10-31 20 50 52](https://f.cloud.github.com/assets/1161682/1446962/10a11c3e-4240-11e3-9153-01205f5f1e8c.png)
kerem closed this issue 2026-03-18 03:46:47 +03:00
Author
Owner

@hrydgard commented on GitHub (Oct 31, 2013):

Yeah, that's a bug. I've fixed it in https://github.com/hrydgard/ppsspp/pull/4392 but it's a little risky to merge a change like that right before a release..

<!-- gh-comment-id:27499741 --> @hrydgard commented on GitHub (Oct 31, 2013): Yeah, that's a bug. I've fixed it in https://github.com/hrydgard/ppsspp/pull/4392 but it's a little risky to merge a change like that right before a release..
Author
Owner

@unknownbrackets commented on GitHub (Nov 1, 2013):

I suppose this is related to #4285.

-[Unknown]

<!-- gh-comment-id:27544720 --> @unknownbrackets commented on GitHub (Nov 1, 2013): I suppose this is related to #4285. -[Unknown]
Author
Owner

@arg274 commented on GitHub (Nov 3, 2013):

should be useful for LocoRoco...(L trigger+R trigger)

<!-- gh-comment-id:27649698 --> @arg274 commented on GitHub (Nov 3, 2013): should be useful for LocoRoco...(L trigger+R trigger)
Author
Owner

@unknownbrackets commented on GitHub (Jan 18, 2014):

I think this was actually merged. Is it still an issue?

-[Unknown]

<!-- gh-comment-id:32676875 --> @unknownbrackets commented on GitHub (Jan 18, 2014): I think this was actually merged. Is it still an issue? -[Unknown]
Author
Owner

@fastrizwaan commented on GitHub (Jan 18, 2014):

yes, on v429 L+R works for single button, But it is not working for multiple combo for right-analog stick.

RIGHT_ANALOG_UP = LEFT_ANALOG_UP+L+R ON 
RIGHT_ANALOG_DOWN = LEFT_ANALOG_DOWN+L+R ON 
RIGHT_ANALOG_LEFT = LEFT_ANALOG_LEFT+L+R ON 
RIGHT_ANALOG_RIGHT = LEFT_ANALOG_RIGHT+L+R ON 

screenshot from 2014-01-18 17 40 21

<!-- gh-comment-id:32680675 --> @fastrizwaan commented on GitHub (Jan 18, 2014): yes, on v429 L+R works for single button, But it is not working for multiple combo for right-analog stick. ``` RIGHT_ANALOG_UP = LEFT_ANALOG_UP+L+R ON RIGHT_ANALOG_DOWN = LEFT_ANALOG_DOWN+L+R ON RIGHT_ANALOG_LEFT = LEFT_ANALOG_LEFT+L+R ON RIGHT_ANALOG_RIGHT = LEFT_ANALOG_RIGHT+L+R ON ``` ![screenshot from 2014-01-18 17 40 21](https://f.cloud.github.com/assets/1161682/1947026/8b6e0526-8039-11e3-9e7f-6446323306af.png)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ppsspp#1788
No description provided.