no edit summary
m (Correct typo) |
No edit summary |
||
| Line 3: | Line 3: | ||
Changes your current action bar to the selected row. | Changes your current action bar to the selected row. | ||
/changeactionbar options row; options row; ... | /changeactionbar options row; options row; ... | ||
== Aliases == | == Aliases == | ||
| Line 10: | Line 10: | ||
== Arguments == | == Arguments == | ||
:;options : List of options below, separated by commas, enclosed in [ ] | :;options | ||
:;row : Integer 1-6, corresponding to the row you wish to select. | :: List of options below, separated by commas, enclosed in [ ] | ||
:;row | |||
:: Integer 1-6, corresponding to the row you wish to select. | |||
===Options=== | ===Options=== | ||
| Line 17: | Line 19: | ||
Other options may work these options have been tested and known to work | Other options may work these options have been tested and known to work | ||
:;modifier ⇔ mod: If the click is modified with shift, ctrl, or alt. | :;modifier ⇔ mod | ||
:: If the click is modified with shift, ctrl, or alt. You may optionally specify modifier:<i>key</i> (key=shift,ctrl,alt). | |||
== Examples == | == Examples == | ||
-- This will change your action bar to 1 with no modifier key pressed and to action bar 2 with a modifier key pressed | -- This will change your action bar to 1 with no modifier key pressed and to action bar 2 with a modifier key pressed | ||
/changeactionbar [nomod] 1; [mod] 2 | /changeactionbar [nomod] 1; [mod] 2 | ||