Thread Tools Display Modes
07-19-12, 07:26 AM   #1
R3loaD
A Defias Bandit
Join Date: Aug 2009
Posts: 2
changing hotkey display text?

Heres how it looks like:


I recently bought a razer naga which use numpad keys, and I'm getting trouble getting used to this new binds so I have to look to them for a sec before I react and actually press it. So now the hotkey text is too long and I cannot see the number of it, of course this is just a matter of time to get used but I'd like to change it if its possible.
I just want to replace "Num Pad 1" for "N1" and so on for ever numpad keys.

Is this possible without any addon and just blizzard default UI?
Thanks in advance.
  Reply With Quote
07-19-12, 07:53 AM   #2
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
Without an addon, no, but you could have a shot at changing these:

Code:
KEY_NUMPAD0 = "Num Pad 0";
KEY_NUMPAD1 = "Num Pad 1";
KEY_NUMPAD2 = "Num Pad 2";
KEY_NUMPAD3 = "Num Pad 3";
KEY_NUMPAD4 = "Num Pad 4";
KEY_NUMPAD5 = "Num Pad 5";
KEY_NUMPAD6 = "Num Pad 6";
KEY_NUMPAD7 = "Num Pad 7";
KEY_NUMPAD8 = "Num Pad 8";
KEY_NUMPAD9 = "Num Pad 9";
KEY_NUMPADDECIMAL = "Num Pad .";
KEY_NUMPADDIVIDE = "Num Pad /";
KEY_NUMPADMINUS = "Num Pad -";
KEY_NUMPADMULTIPLY = "Num Pad *";
KEY_NUMPADPLUS = "Num Pad +";
Just replace them with whatever you like and put it in an addon. It's possible that it causes taint though.

Or if you don't want an addon for some reason, put it in a macro starting with /script.
  Reply With Quote
07-19-12, 08:06 AM   #3
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
See also: 39329 Changing hotkey text
  Reply With Quote
07-19-12, 08:16 AM   #4
R3loaD
A Defias Bandit
Join Date: Aug 2009
Posts: 2
i end up using an addon. found http://wow.curseforge.com/addons/mon...abel-improver/ which I just edited to my needs and working like a charm, thanks for the help anyways guys
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » changing hotkey display text?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off