View Single Post
11-08-06, 02:31 PM   #4
Maul
Ion Engines, Engage!
 
Maul's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 401
Well, not sure if I would make it a feature for Trinity, but if you create a macro with the following, you can toggle the hotkey text to hide/show:

Code:
/script for i=1,120 do if getglobal("TrinityActionButton"..i.."HotKey"):IsVisible() then getglobal("TrinityActionButton"..i.."HotKey"):Hide() else getglobal("TrinityActionButton"..i.."HotKey"):Show() end end
  Reply With Quote