Code: Select all
unbind Ctrl+a select AllMap++_ClearSelection_SelectAll+
Code: Select all
bind Ctrl+a AllMap++_InPrevSel_SelectAll+
So, how do I unbind the select all key?
Moderator: Moderators
Code: Select all
unbind Ctrl+a select AllMap++_ClearSelection_SelectAll+
Code: Select all
bind Ctrl+a AllMap++_InPrevSel_SelectAll+
Code: Select all
unbind Ctrl+a select
It works! I'm still surprisingly stumped by the binding part as well. I have tried bind Ctrl+a AllMap++SelectAll_InPrevSel+ bind Ctrl+a and AllMap++InPrevSel_SelectAll+, but how should selecting unit of types in InPrevSel from AllMap?Jazcash wrote:Try just this instead:
Code: Select all
unbind Ctrl+a select
Thanks! It worked, and I even managed to add _Not_ManualFireUnit to remove commander from the selection.Beherith wrote:bind ctrl+a select AllMap+_InPrevSel+_ClearSelection_SelectAll+
Code: Select all
unbind Ctrl+z select AllMap+_InPrevSel+_ClearSelection_SelectAll+
bind ctrl+z Visible+_InPrevSel_Not_ManualFireUnit+_ClearSelection_SelectAll+