| View previous topic :: View next topic |
| Author |
Message |
Milk___ Guest
|
Posted: Fri Jan 29, 2010 11:12 pm Post subject: cod 6 script |
|
|
I am trying to make a fast menu selection script but i am having issues using the key i want to use to execute the script.
I want to use the end key but I cannot figure out what to type into the script file. |
|
| Back to top |
|
 |
geekdude
Joined: 23 Nov 2009 Posts: 64
|
Posted: Fri Jan 29, 2010 11:19 pm Post subject: |
|
|
you should check in this key list whenever you are confused with what keys are needed; i check it constantly _________________ /\ /\ This is Kitty
(>';'<) Cut, copy, and paste kitty onto your sig.
((")(")) Help Kitty gain World Domination.
(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination. |
|
| Back to top |
|
 |
None
Joined: 28 Nov 2009 Posts: 3086
|
Posted: Fri Jan 29, 2010 11:22 pm Post subject: |
|
|
| Code: | End::
MsgBox You Pressed %A_ThisHotkey%
Return |
|
|
| Back to top |
|
 |
|