- Joined
- Mar 6, 2006
- Messages
- 282
This is a list of never before seen hotkeys that you can use in your map!
There's some really cool ones in there if you get creative. How about SCROLLLOCK as some sort of toggle? :O
Code:
0 = SHIFT
32 = SPACE
65 = A
66 = B
67 = C
68 = D
69 = E
70 = F
71 = G
72 = H
73 = I
74 = J
75 = K
76 = L
77 = M
78 = N
79 = O
80 = P
81 = Q
82 = R
83 = S
84 = T
85 = U
86 = V
87 = W
88 = X
89 = Y
90 = Z
257 = NUMPAD 0
258 = NUMPAD 1
259 = NUMPAD 2
260 = NUMPAD 3
261 = NUMPAD 4
262 = NUMPAD 5
263 = NUMPAD 6
264 = NUMPAD 7
265 = NUMPAD 8
266 = NUMPAD 9
267 = NUMPAD +
268 = NUMPAD -
269 = NUMPAD *
270 = NUMPAD /
271 = NUMPAD .
272 = +
273 = -
274 = [
275 = ]
276 = \
277 = ;
278 = '
279 = ,
280 = .
281 = /
514 = BACKSPACE
516 = LEFTARROW
517 = UPARROW
518 = RIGHTARROW
519 = DOWNARROW
520 = INSERT
521 = DELETE
522 = HOME
523 = END
524 = PAGEUP
525 = PAGEDOWN
526 = CAPSLOCK
527 = NUMLOCK
528 = SCROLLLOCK
529 = PAUSE
774 = F7
There's some really cool ones in there if you get creative. How about SCROLLLOCK as some sort of toggle? :O
Here's How To Do It!
(credits to WaterKnight for easier implementation)
You need to replace your AbilityMetaData.slk to allow the World Editor to use numbers as hotkeys. Then you can set any hotkey in the Object Editor to any of these numbers that correspond to the key you want.
To replace your AbilityMetaData.slk:
Go to the Registry Editor by typing in "regedit" in the Start Menu.
Locate "HKEY_CURRENT_USER / Software / Blizzard Entertainment / Warcraft III"
Right click in the "Warcraft III" folder and select New -> DWORD (32-bit)
Name it "Allow Local Files" and then open it and set the value to 1
Here's how it looks:
Close the Registry Editor, and go to to your Warcraft III directory, usually at 'C:\Program Files\Warcraft III\'
Make a new folder there called "Units" and then download the attached AbilityMetaData.slk and put it in there.
You'll have to restart the World Editor for it to take effect. If you did it right, then the Hotkey field will be of type 'String':
(credits to WaterKnight for easier implementation)
You need to replace your AbilityMetaData.slk to allow the World Editor to use numbers as hotkeys. Then you can set any hotkey in the Object Editor to any of these numbers that correspond to the key you want.
To replace your AbilityMetaData.slk:
Go to the Registry Editor by typing in "regedit" in the Start Menu.
Locate "HKEY_CURRENT_USER / Software / Blizzard Entertainment / Warcraft III"
Right click in the "Warcraft III" folder and select New -> DWORD (32-bit)
Name it "Allow Local Files" and then open it and set the value to 1
Here's how it looks:
Close the Registry Editor, and go to to your Warcraft III directory, usually at 'C:\Program Files\Warcraft III\'
Make a new folder there called "Units" and then download the attached AbilityMetaData.slk and put it in there.
You'll have to restart the World Editor for it to take effect. If you did it right, then the Hotkey field will be of type 'String':
Attachments
Last edited: