hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
10.77k stars 2.12k forks source link

When I press alt, the buttons is automatically pressed. #19298

Open Gamerppsspp opened 5 days ago

Gamerppsspp commented 5 days ago

Game or games this happens in

All

What area of the game / PPSSPP

When I press alt, the button is automatically pressed byttons. I don't know if this is a bug? If this is a function, then please change the button in the settings. I need to name the action on alt, but I can't do it because of that.

Logs

No response

Platform

Windows

Mobile device model or graphics card (GPU)

GTX 1050ti

PPSSPP version affected

Latest build

Last working version

No response

Graphics backend (3D API)

Direct3D 11

Checklist

hrydgard commented 4 days ago

Mapping the Alt key indeed doesn't work very well because it'll activate/deactivate the window menu.

I don't understand what you are saying with this though: "When I press alt, the button is automatically pressed byttons"

For now, I recommend just mapping another key. Using alt as a game key is not really done much these days..

NABN00B commented 4 days ago

Not sure if it's the same problem that op is having but inputting the analog stick while Alt is being held down, keeps the analog stick held in place.

For now, I recommend just mapping another key. Using alt as a game key is not really done much these days..

As far as I know, it's a relic from the era of DOS gaming. While using Alt doesn't cause issues in games that run in true fullscreen, PPSSPP is not such an app. Maybe disabling keys like Alt, Win and Context Menu keys should be considered.

anr2me commented 3 days ago

Right, may be should only use mouse click to activate windows menu, like https://stackoverflow.com/questions/9627379/how-to-disable-normal-behaviour-of-alt-key

hrydgard commented 3 days ago

Thanks @anr2me . I propose #19304, what do you guys think?

Gamerppsspp commented 3 days ago

Thanks @anr2me . I propose #19304, what do you guys think?

Ok

Thanks @anr2me . I propose #19304, what do you guys think?

I would also like to ask you if it is possible to slow down the keys as like analog limiter? It's just that if the control is on the dpad, then unfortunately the slowing will not be applied to it.

hrydgard commented 3 days ago

Well, the dpad is the dpad, can't be slowed down - it's either on or off.

anr2me commented 3 days ago

Thanks @anr2me . I propose #19304, what do you guys think?

Looks good, the focus didn't goes to the menu bar and i can use the Alt button in game. But the need to edit ppsspp.ini kinda troublesome :)