View Single Post
10-26-19, 08:25 PM   #2
kurapica.igas
A Chromatic Dragonspawn
Join Date: Aug 2011
Posts: 152
Out of the combat, you can use

Lua Code:
  1. SetOverrideBindingClick(Your_button, true, "B", "Your_button_name", "LeftButton")

To bind key, and use

Lua Code:
  1. ClearOverrideBindings(Your_button)

to release the binding key
  Reply With Quote