LiteMount in Your Macros - xod-wow/LiteMount GitHub Wiki

You can call LiteMount from your own macros with one of these (for each of the 1-4 bindings):

/litemount savebtn
/click LM_B1
/litemount savebtn
/click LM_B2
/litemount savebtn
/click LM_B3
/litemount savebtn
/click LM_B4

With the addition of the /litemount savebtn command in version 10.2.6-4 and onwards, LiteMount can now do different things depending on the mousebutton clicked as long as you include that in your macro. This is available using the "Mouse Button Clicked" condition in rules or the [btn:n] condition in the advanced action lists.

For this to work you must include /litemount savebtn before the /click LM_Bx in your macro.

You can also still continue to do different things for right and left click, by calling different different keybindings. E.g., this will activate Keybinding 1 on left click and Keybinding 2 on right click.

/click [btn:1] LM_B1
/click [btn:2] LM_B2