mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-04-25 06:06:03 +03:00
[GH-ISSUE #4391] 1 key mapped to 2 keys do not work - L+R keys can't be used together using 1 key #1788
Labels
No labels
Atrac3+
Audio
CPU emulation
D3D11
D3D9 (removed)
Depth / Z
Feature Request
Font Atlas
GE emulation
Guardband / Range Culling
HLE/Kernel
I/O
Input/Controller
MP3
Multithreading
Needs hardware testing
Networking/adhoc/infrastructure
No Feedback / Outdated?
OpenGL
PGF / sceFont
PSMF / MPEG
Platform-specific (Android)
Platform-specific (Windows)
Platform-specific (iOS)
PowerVR GPU
SDL2
Saving issue
User Interface
Vulkan
arm64jit
armjit
armv6
x86jit
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ppsspp#1788
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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!

@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..
@unknownbrackets commented on GitHub (Nov 1, 2013):
I suppose this is related to #4285.
-[Unknown]
@arg274 commented on GitHub (Nov 3, 2013):
should be useful for LocoRoco...(L trigger+R trigger)
@unknownbrackets commented on GitHub (Jan 18, 2014):
I think this was actually merged. Is it still an issue?
-[Unknown]
@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.