Change Log:
--------------------
Version 1.3:
- sadly had to remove TalentButton button right click events because of taint issues
Description:
--------------------
Overview
Adds right click events to the micro menu buttons.
http://s.wowinterface.com/preview/pvw46821.png
Added right click events
The following micro menu buttons are supplemented with a right click event:
Player
Right click opens the equipment manager frame
Spellbook
Sorry, for the moment no right click event because of taint issues
Talents
Sorry, for the moment no right click event because of taint issues
Achievements
Right click opens the achievements frame with statistics page shown
Quests
Right click opens the calendar frame
Guild
Right click opens the friends frame with contacs page shown
PVP
Right click opens the friends frame with raid page shown
LFD
Right click opens the other raids frame
Dungeon Compendium
Right click opens the macro frame
Pets and Mounts
Right click always directly opens the pets frame
Game menu
Right click opens the interface settings frame
Help
Right click opens the create ticket frame
I'm investigating in a workaround to avoid the taint issues within the spellbook and talent frames. These two frames are verry fragile, in detail the spell buttons within these frames.
Change the right click events
You can change left and right click actions in the top of RightClickMicroButtons.lua file if you're familar with Lua and the WoW Api.
--------------------
Version 1.3:
- sadly had to remove TalentButton button right click events because of taint issues
Description:
--------------------
Overview
Adds right click events to the micro menu buttons.
http://s.wowinterface.com/preview/pvw46821.png
Added right click events
The following micro menu buttons are supplemented with a right click event:
Player
Right click opens the equipment manager frame
Spellbook
Sorry, for the moment no right click event because of taint issues
Talents
Sorry, for the moment no right click event because of taint issues
Achievements
Right click opens the achievements frame with statistics page shown
Quests
Right click opens the calendar frame
Guild
Right click opens the friends frame with contacs page shown
PVP
Right click opens the friends frame with raid page shown
LFD
Right click opens the other raids frame
Dungeon Compendium
Right click opens the macro frame
Pets and Mounts
Right click always directly opens the pets frame
Game menu
Right click opens the interface settings frame
Help
Right click opens the create ticket frame
I'm investigating in a workaround to avoid the taint issues within the spellbook and talent frames. These two frames are verry fragile, in detail the spell buttons within these frames.
Change the right click events
You can change left and right click actions in the top of RightClickMicroButtons.lua file if you're familar with Lua and the WoW Api.