m
→Details
mNo edit summary |
m (→Details) |
||
| Line 13: | Line 13: | ||
== Details == | == Details == | ||
* This function is functionally equivalent to the following statement. | * This function is functionally equivalent to the following statement. | ||
ok = {{api|SetBinding}}("key", "CLICK " .. | ok = {{api|SetBinding}}("key", "CLICK " .. buttonName .. (button and (":" .. button) or "")); | ||
* A single binding can only be bound to a single command at a time, although multiple bindings may be bound to the same command. The Key Bindings UI will only show the first two bindings, but there is no limit to the number of keys that can be used for the same command. | * A single binding can only be bound to a single command at a time, although multiple bindings may be bound to the same command. The Key Bindings UI will only show the first two bindings, but there is no limit to the number of keys that can be used for the same command. | ||
* You must use {{api|SetBinding}} to unbind a key. | * You must use {{api|SetBinding}} to unbind a key. | ||