OpenRA / OpenRA

Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
https://www.openra.net
GNU General Public License v3.0
14.79k stars 2.69k forks source link

Sidebar button keyboard shortcuts are triggered by repeating rate input rather than physical key press. #9737

Open RichSuther opened 9 years ago

RichSuther commented 9 years ago

Holding down keyboard keys assigned to the sidebar buttons such as Main Menu(Esc), Place Beacon(B), Sell(Z), Repair(C). Build queue short cuts and builds themselves (Function keys). Are trigged by keyboard auto repeat rate rather than physical press.

These are triggered by the OS Keyboard Repeat Rate settings and if User has these set high can effect the game. As described in issue #7941

atlimit8 commented 9 years ago

Would you prefer that they be triggered on key down or up?

RichSuther commented 9 years ago

Wasn't sure so I checked in the original Command and Conquer(95), looks like they went for the on key down approach, so cant argue with that. :)

PunkPun commented 2 years ago

Is this still an issue?