yeah, that works... but with that there come two more issues....
1st the unit info frame is also disabled for clicking. (the que isn't deletable anymore with a simple klick then and unselecting units off the selected group of units wont work as well)
I can unselect units (shift+click). so the unit info frame isn't disabled.
Actions that are also listed in the command panel are indeed disabled like: remove an unit from the queue. (hotkey: esc, removes the last item in the queue)
2nd all right click commands such as auto repair of scv's and mules won't work anymore...
Is there a simple way to fix these two things?
rightclick using keyboard: alt+hotkey
well either you cannot use it at all or you can use it....
The blizzard map probably uses a blizzard-map-only function...
I can unselect units (shift+click). so the unit info frame isn't disabled.
Actions that are also listed in the command panel are indeed disabled like: remove an unit from the queue. (hotkey: esc, removes the last item in the queue)
rightclick using keyboard: alt+hotkey
well either you cannot use it at all or you can use it....
The blizzard map probably uses a blizzard-map-only function...
@Zulu23: Go
trigger: Enable/Disable Command Type
set it to buttons and there you go.
in raw:
trigger:UISetCommandAllowed
disable: false
commandOption: c_uiCommandAllowButtons
playerGroup: PlayerGroupAll (or whatever group you want)