Results: 4Comments by: Improvver
File: rButtonTemplate10-20-10
OK, final solution to shortcuts and...
Posted By: Improvver
OK, final solution to shortcuts and in combat problem fix too: add this new function behind of "--initial style func" (out of this zone text) -- Key-binding shortcuts local function updatehotkey(self, actionButtonType) local replace = string.gsub local hotkey = _G local key = hotkey:GetText() key = replace(key, '(s...
File: rButtonTemplate10-20-10
Originally posted by grimgaw how...
Posted By: Improvver
Originally posted by grimgaw how about this: local t = ho:GetText() if(not t or t=="") then return end t = t:gsub("Num Pad ", "n") t = t:gsub("-", "") ho:SetText(t) I created this func and works but the problem when enter in combat don't resolve, keybindings returns to original names: local t = ho:GetText() if t...
File: rButtonTemplate10-20-10
Originally posted by Dhaern The P...
Posted By: Improvver
Originally posted by Dhaern The Problem: currently when using the number pad for action button hotkeys WoW formats the hotkey text on the button as NUM 1, NUM 2, NUM 3, etc. Well, at least I think so. Trouble is that all it actually shows is NUM. NUM, NUM, NUM. This makes the text on the buttons absolutely useless. The Suggesti...
File: nibMicroMenu10-20-10
lolwut?
Posted By: Improvver
lolwut?