here is what I got dont see a dif
Here is mine but dont see any typos in yours.
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
WinGet, wowid, List, World of Warcraft
~1::
KeyWait 1
IfWinActive, World of Warcraft
{
ControlSend,, 1, ahk_id %wowid1%
ControlSend,, 1, ahk_id %wowid2%
Return
}
~2::
KeyWait 2
IfWinActive, World of Warcraft
{
ControlSend,, 2, ahk_id %wowid1%
ControlSend,, 2, ahk_id %wowid2%
Return
}
~3::
KeyWait 3
IfWinActive, World of Warcraft
{
ControlSend,, 3, ahk_id %wowid1%
ControlSend,, 3, ahk_id %wowid2%
Return
}
~4::
KeyWait 4
IfWinActive, World of Warcraft
{
ControlSend,, 4, ahk_id %wowid1%
ControlSend,, 4, ahk_id %wowid2%
Return
}
~5::
KeyWait 5
IfWinActive, World of Warcraft
{
ControlSend,, 5, ahk_id %wowid1%
ControlSend,, 5, ahk_id %wowid2%
Return
}
~6::
KeyWait 6
IfWinActive, World of Warcraft
{
ControlSend,, 6, ahk_id %wowid1%
ControlSend,, 6, ahk_id %wowid2%
Return
}
~7::
KeyWait 7
IfWinActive, World of Warcraft
{
ControlSend,, 7, ahk_id %wowid1%
ControlSend,, 7, ahk_id %wowid2%
Return
}
~q::
KeyWait q
IfWinActive, World of Warcraft
{
ControlSend,, q, ahk_id %wowid1%
ControlSend,, q, ahk_id %wowid2%
Return
}
~w::
KeyWait w
IfWinActive, World of Warcraft
{
ControlSend,, w, ahk_id %wowid1%
ControlSend,, w, ahk_id %wowid2%
Return
}
~e::
KeyWait e
IfWinActive, World of Warcraft
{
ControlSend,, e, ahk_id %wowid1%
ControlSend,, e, ahk_id %wowid2%
Return
}
~a::
KeyWait a
IfWinActive, World of Warcraft
{
ControlSend,, a, ahk_id %wowid1%
ControlSend,, a, ahk_id %wowid2%
Return
}
~s::
KeyWait s
IfWinActive, World of Warcraft
{
ControlSend,, s, ahk_id %wowid1%
ControlSend,, s, ahk_id %wowid2%
Return
}
inserting a key of the number pad.
is there a way to insert the numbers on the number pad into authotket, if so how do u designate them from a regular number