Log in

View Full Version : problem with my hotkeynet script



jkkeogh
10-05-2009, 06:49 PM
hi this is the part that the problem is in:

//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-9, Plus, Enter, space, Tab, Minus, Oem2, Oem6, Oem4, F1-F12 except w, a, s, d>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>
the underlined/bold bit is the bit that isnt copying over to all the screens. i press it and it does nothing. (ive set it in key bindings as my formation keys). what is the problem here? also can i disable "w,a,s,d" for walking but have them working when i speak otherswise it looks like this:

hi my nme i JK
this is what i want it too be like:
hi my name is JK

any help would be great as this is quite annoying

-JK

Owltoid
10-05-2009, 06:53 PM
Do you have Oem defined as a modifier in other parts of the script?

jkkeogh
10-05-2009, 07:02 PM
you mean as in turning mouse copying on? coz if so that is Oem3 :) so not that i know of


-JK

Owltoid
10-05-2009, 07:06 PM
General steps to troubleshooting your own issues with HKN:

1.) Look at what HKN says when you push a button. What does it say the button's name is? Are there any error messages HKN is outputting helping identify the problem?

2.) If you turn off HKN and push the button inside the program you're trying to send the keystroke to, does it do the desired action? If not, then HKN is likely not the issue.

3.) If posting asking others for help, give as much detail as possible in an efficient, summarized way. Often this may include posting your entire script so others can see if another part is causing the issue. Make sure to post exactly which troubleshooting steps you have already taken so that others don't waste their time trying to help you.

jkkeogh
10-05-2009, 07:12 PM
Ok well I knew the first step already so that's what I did :) secondly it does work when HkN is off so it's not wrong and thirdly I just used the sample script and the only bit I changed was the bit I posted as :)

-JK

Owltoid
10-05-2009, 07:26 PM
You said it's your formation keys which is leading me to believe you want it as a movement key, not as a regular hotkey. In other words, you want to hold it down and have the signal being pushed the entire time while your toons move into their formation.

Define it as a movement key instead and that may help solve your problem (check out HKN's site for more info on movement keys).

Moorea
10-05-2009, 07:30 PM
duplicate post from http://www.dual-boxing.com/showthread.php?t=25122 ?