Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Same here!
Original comment by feelthet...@gmail.com
on 8 Aug 2011 at 5:19
Same from me. Using Windows 7 and standard 32-bit install of Auto HotKey.
UAWKS Source 2008.09.17
Original comment by b...@crouchingbadger.com
on 8 Jan 2012 at 1:56
I went back to the standalone 2008.09.17 and all is working fine.
Original comment by b...@crouchingbadger.com
on 8 Jan 2012 at 1:59
Standalone works, but if you want to make your own key bindings need to run
Autohotkey then uawks.ahk and I get the same error everyone else is getting! So
can't run from source unfortunately! Author please help! And thank you for your
effort!
Original comment by ducali...@gmail.com
on 30 May 2012 at 2:34
From what I remember, the problem is that later version of AutoHotkey break
UAWKS (Source). You'll need to find an older version that works, probably
around the 1.0.3 mark
AutoHotkey are uploading older versions here:
http://www.autohotkey.com/board/topic/86134-autohotkey-10-classic-and-basic-vers
ions/ but as of the time of this comment, they haven't finished uploading them
(but if you're reading this from the future, they may be up)
Original comment by samrenf...@gmail.com
on 31 Oct 2012 at 9:43
Yes, and same from me. I tested this versions. No working. Please, give us
tested version of UAWKS Source with working AutoHotkey link. Pleaseee..
Original comment by ildar.gu...@gmail.com
on 3 Nov 2012 at 4:56
Windows 7 x64,UAWKS source not working with AutoHotkey.
Original comment by ildar.gu...@gmail.com
on 3 Nov 2012 at 4:57
Same...
Original comment by shinobicorp
on 6 Dec 2012 at 12:06
src/FnMapper.ahk Line 55.
Change goto for gosub..
InputMsg(wParam, lParam, msg, hwnd)
{
DeviceNr = -1
nRC := DllCall("AutohotkeyRemoteControl\GetWM_INPUTDataType", UINT, wParam, UINT, lParam, "INT *", DeviceNr, "Cdecl UInt")
if (errorlevel <> 0) || (nRC == 0xFFFFFFFF)
{
MsgBox GetWM_INPUTHIDData fehlgeschlagen. Errorcode: %errorlevel%
gosub cleanup
}
;Tooltip, %DeviceNr%
ifequal, nRC, 2
{
ProcessHIDData(wParam, lParam)
}
else
{
MsgBox, Error - no HID data
}
}
Return
Original comment by shinobicorp
on 6 Dec 2012 at 12:11
[deleted comment]
[deleted comment]
Thanks so much, shinobicorp!
Original comment by julian-k...@gmx.net
on 14 Dec 2012 at 12:44
Hey shinobicorp - please can you tell me how to find src/FnMapper.ahk on a
Windows 8 machine? I would like to edit it, I just don't know where it is!
Original comment by mattwill...@gmail.com
on 23 Mar 2013 at 6:14
Original issue reported on code.google.com by
azhu.pho...@gmail.com
on 28 Jun 2011 at 3:47