Skip to content

[ZH] Fix: Optionally sync arrow key mappings for Select Prev/Next Unit/Worker with Generals for Brazilian, Chinese, French, German, Italian, Korean, Polish #2769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xezon
Copy link
Contributor

@xezon xezon commented May 10, 2025

This change optionally syncs the arrow key mappings for Select Prev/Next Unit/Worker with Generals for the Brazilian, Chinese, French, German, Italian, Korean, Polish localizations.

This achieves key mapping consistency for the arrows keys across Generals and Zero Hour. Synced from Generals to Zero Hour, because it matches the intent as clarified by the EA comment. Also, it feels more plausible when using in game.

Applied in Optional Bundle only to not disturb legacy players with these languages.

Original Brazilian, Chinese, French, German, Italian, Korean, Polish

Command Generals Zero Hour
SELECT_NEXT_UNIT CTRL+KEY_RIGHT KEY_RIGHT
SELECT_PREV_UNIT CTRL+KEY_LEFT KEY_LEFT
SELECT_NEXT_WORKER CTRL+KEY_UP KEY_UP
SELECT_PREV_WORKER CTRL+KEY_DOWN KEY_DOWN
Camera Scroll Right KEY_RIGHT CTRL+KEY_RIGHT
Camera Scroll Left KEY_LEFT CTRL+KEY_LEFT
Camera Scroll Up KEY_UP CTRL+KEY_UP
Camera Scroll Down KEY_DOWN CTRL+KEY_DOWN

Patched Brazilian, Chinese, French, German, Italian, Korean, Polish

Command Generals Zero Hour
SELECT_NEXT_UNIT CTRL+KEY_RIGHT CTRL+KEY_RIGHT
SELECT_PREV_UNIT CTRL+KEY_LEFT CTRL+KEY_LEFT
SELECT_NEXT_WORKER CTRL+KEY_UP CTRL+KEY_UP
SELECT_PREV_WORKER CTRL+KEY_DOWN CTRL+KEY_DOWN
Camera Scroll Right KEY_RIGHT KEY_RIGHT
Camera Scroll Left KEY_LEFT KEY_LEFT
Camera Scroll Up KEY_UP KEY_UP
Camera Scroll Down KEY_DOWN KEY_DOWN

TODO

  • Add documentation

…t/Worker with Generals for Brazilian, Chinese, French, German, Italian, Korean, Polish
@xezon xezon added Enhancement Is an improvement or new feature Minor Severity: Minor < Major < Critical < Blocker Optional Is optional content labels May 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Is an improvement or new feature Minor Severity: Minor < Major < Critical < Blocker Optional Is optional content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant