Re: How to: Make new keyboard shortcuts

You write a mod
Forged Alliance Forever Forums
https://forums.faforever.com/
['Select Land Direct Fire Units on Screen'] = {
action = 'UI_SelectByCategory +inview +excludeengineers DIRECTFIRE MOBILE LAND',
category = 'Custom Keys'
},
['Select Air Fighters on Screen'] = {
action = 'UI_SelectByCategory +inview AIR HIGHALTAIR ANTIAIR',
category = 'Custom Keys'
},
JoonasTo wrote:Just add 'SCOUT' to your first one and do '-BOMBER' to your second.
action = 'UI_SelectByCategory +inview +excludeengineers DIRECTFIRE MOBILE LAND SCOUT',
action = 'UI_SelectByCategory +inview AIR HIGHALTAIR ANTIAIR -BOMBER',
svenni_badbwoi wrote:Thx for the info and solution.
The key you created works nicely-will use it. Would be nice to have that same function with '+inview' as well, if it is no problem
I will check out UI party now...
Anihilnine wrote:You can make an inview version. Just copy paste and add.