beyond-all-reason / beyond-all-reason/RecoilEngine
Replace hardcoded keybindings with some form of configurable input trigger
Open
area: Input
enhancement
- Dominant language
- C++
- Stars
- 679
- Forks
- 290
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 40
Description
The engine hardcodes key bindings in certain areas (unit move commands, which use CTRL and ALT for example.) Which keys get used for what is a policy decision, which often requires context (such keyboard layout, disability considerations, player preferences, et cetera.) The engine should not provide policy decisions, only the mechanisms to enable games to make the policy decisions.
Contributor guide
Assessment
This issue has not been assessed yet.