-
Notifications
You must be signed in to change notification settings - Fork 43
[GEN] Add new key mapping for Select All Aircraft to original game languages #2772
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -654,6 +654,18 @@ CommandMap SELECT_ALL | |
| DisplayName = GUI:SelectAll | ||
| END | ||
|
|
||
| ; Patch108p @feature xezon 10/05/2025 Backports new key mapping from Zero Hour. | ||
| ; Uses CTRL+Q mapping because W is already mapped by Guard mode. | ||
| CommandMap SELECT_ALL_AIRCRAFT | ||
| Key = KEY_Q | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where would the guard button be defined? I think it is a unit-specific command, but I cannot find it in the INI. edit: I saw your youtube video and see the issue. I still think we need to change the german key layout to match the keyboard. 'bewachen' could also have hotkey 'b' and still be logical (if 'b' isn't used for something else)
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Well we open Pandoras box if we try to change keys at mass, because one reassignment will lead to new conflicts. |
||
| Transition = DOWN | ||
| Modifiers = CTRL | ||
| UseableIn = GAME | ||
| Category = SELECTION | ||
| Description = GUI:SelectAllAircraftDescription | ||
| DisplayName = GUI:SelectAllAircraft | ||
| END | ||
|
|
||
| CommandMap SCATTER | ||
| Key = KEY_X | ||
| Transition = DOWN | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In French it should be bound to 'Z' because the French use an azerty-keyboard. (The 'select-all' is therefore assigned to 'A' for example)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?