Hm. I've never used the G-keys before but I figured it was a good reason to start. Glad to know it's against the TOS, I could see people getting off easymode with them ^_^
Octopus is giving me an error. "Octopus has encountered a problem blah blah" nonsense when I open it.
I need a new job before I start paying to dualbox, but when I start I will tell you how I do!
Thanks for the help!
EDIT:
I downloaded HKN, And it doesn't seem too complicated(I've done minimal programming before so I understand the concepts)
I basically want it to send numbers(1-9, not numberpad), q,w,a,s,d,e, space, and (MODIFIER = LCtrl) RButton, LButton
My text file looks like
Code:
<Hotkey 1>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key 1>
<SendWin wow2>
<Key 1>
<EndIf>
<Hotkey 2>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key 2>
<SendWin wow2>
<Key 2>
<EndIf>
<Hotkey 3>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key 3>
<SendWin wow2>
<Key 3>
<EndIf>
<Hotkey 4>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key 4>
<SendWin wow2>
<Key 4>
<EndIf>
<Hotkey W>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key W>
<SendWin wow2>
<Key W>
<EndIf>
<Hotkey A>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key A>
<SendWin wow2>
<Key A>
<EndIf>
<Hotkey S>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key S>
<SendWin wow2>
<Key S>
<EndIf>
<Hotkey D>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key D>
<SendWin wow2>
<Key D>
<EndIf>
<Hotkey Q>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key Q>
<SendWin wow2>
<Key Q>
<EndIf>
<Hotkey E>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key E>
<SendWin wow2>
<Key E>
<EndIf>
<Hotkey Space>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key Space>
<SendWin wow2>
<Key Space>
<EndIf>
<UseKeyAsModifier LCtrl>
<Hotkey LButton>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key LButton>
<SendWin wow2>
<Key LButton>
<EndIf>
<Hotkey RButton>
<If ActiveWinIs wow1>
<SendWin wow1>
<Key RButton>
<SendWin wow2>
<Key RButton>
<EndIf>
It keeps telling me LCtrl is already a modifier, and when I load HKN(without renaming the textfile) I can't click on ANYTHING on my screen. To close the window I have to alt+f4 out.
ALSO: Can I have it permenantly name my two wow windows instead of doing it individually each time(1 Wow.exe from the same folder loaded twice)?
Edit again!: I think I fixed this with
Code:
<hotkey ctrl R>
<RenameWin "World of Warcraft" "wow1">
<RenameWin "World of Warcraft" "wow2">
Thanks a ton(Again!)
Connect With Us