You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filter is accepted by the game, but then nothing happens. Tested with COMMANDER and UNDERWATER categories. I'm not sure why it doesn't work, as the code is too advanced for me to understand.
The action is accepted by the game, but then nothing happens.
Reproduction steps
Put the below in uikeys.txt and start up a game. Set keybind preset to Custom. Note that comms do not get selected on execution.
bind ctrl+g select AllMap+_Category_COMMANDER+_ClearSelection_SelectOne+
Other
No response
The text was updated successfully, but these errors were encountered:
Description
The filter is accepted by the game, but then nothing happens. Tested with COMMANDER and UNDERWATER categories. I'm not sure why it doesn't work, as the code is too advanced for me to understand.
https://github.com/beyond-all-reason/spring/blob/43959c94747ebc6a82445dd07efe65892821a0ca/rts/Game/UI/SelectionKeyHandler.cpp#L186
Beyond-All-Reason/units/armcom.lua
Line 18 in 4a3bec6
Expected Behaviour
It should work.
Actual Behaviour
The action is accepted by the game, but then nothing happens.
Reproduction steps
Put the below in uikeys.txt and start up a game. Set keybind preset to Custom. Note that comms do not get selected on execution.
bind ctrl+g select AllMap+_Category_COMMANDER+_ClearSelection_SelectOne+
Other
No response
The text was updated successfully, but these errors were encountered: