FAF has these awesome customizable hotkeys, including one to select all bombers. One strange issue is that in my experience, if you have T1 and T3 bombers in the mix, pressing the hotkey will only select the T1 bombers. Only once you lose all T1 bombers can you select the T3 bombers.
So I remembered this cool old thread on how to build your own hotkeys, and I tried to fix the issue myself. Strangely though, the issue seems to persist even with different variations of the hotkey.
For example, I made one for testing purposes that in theory should select all bombers and all Moles (url0101):
'Select bombers & more'] = {
order = 37,
action = 'UI_SelectByCategory AIR STRATEGICBOMBER, AIR BOMBER, url0101',
category = 'Custom Keys'
},
But the same issue persists: if you have a Mole, a T1 bomber, and a T3 bomber, the hotkey will only select the Mole. If you destroy the Mole, the hotkey only selects the T1 bomber. If you destroy that too, then the hotkey selects the T3 bomber.
Does anyone know how to get the hotkey to select ALL bombers?