Initial commit

Update README.md

Added new keybinding and function to seleft QA Target\nRemoved debug/print messages

Update README.md

Update README.md

Update README.md

Update README.md

New keybindings for Setting and clearing the Assist target
Added Clear Assist Target for self unit dropdown (player's self right click menu, whatever)

Just changed version in the toc file

Update README.md
This commit is contained in:
Armadel Vida
2025-02-23 17:27:33 +03:30
commit 4b66beb97c
4 changed files with 235 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<Bindings>
<Binding name="QUICKASSIST" header="QUICKASSIST">
QAAssistBinding();
</Binding>
<Binding name="SELECTTARGET" header="QUICKASSIST">
QASelectTargetBinding();
</Binding>
<Binding name="CLEARTARGET" header="QUICKASSIST">
QAClearTargetBinding();
</Binding>
<Binding name="SETTARGET" header="QUICKASSIST">
QASetTargetBinding();
</Binding>
</Bindings>