Close
Showing results 1 to 10 of 15

Hybrid View

  1. #1

    Default

    You're welcome.

    That's the program's default behavior. If you want to change that, uncheck "Clear modifiers before executing hotkey" on Settings.

    There's also a way to adjust that behavior for individual hotkeys, if you need to do that.
    �Author of HotkeyNet and Mojo

  2. #2

    Default

    Quote Originally Posted by Freddie View Post
    You're welcome.

    That's the program's default behavior. If you want to change that, uncheck "Clear modifiers before executing hotkey" on Settings.

    There's also a way to adjust that behavior for individual hotkeys, if you need to do that.

    That didn't work because it still clears the modifier after executing the hotkey so even though alt is still pressed only 3 is sent and not alt+3

  3. #3

    Default

    Could you please post the entire script exactly as you're loading it.
    Last edited by Freddie : 09-04-2009 at 11:35 AM
    �Author of HotkeyNet and Mojo

  4. #4

    Default

    Quote Originally Posted by Freddie View Post
    Could you please post the entire script exactly as you're loading it.
    This is the script I am using
    Code:
    <Hotkey Alt Ctrl L>
        <if WinDoesNotExist wow1>
            <RenameWin "World of Warcraft" wow1>
        <else>
            <RenameWin "World of Warcraft" wow2>
    
    
    <Label w1 Local SendWinS wow1>
    <Label w2 Local SendWinS wow2>
    
    
    <KeyList mYkeys A-Z, 0-9, F1-F12, except w,a,s,d>
    <KeyList mYkeys2 2>
        
    <Hotkey mYkeys2; alt mYkeys2; ctrl mYkeys2>
        <SendPC local>
            <SendLabel w1, w2>
                <Key %TRIGGER%>
    I did the mYkeys2 list for testing.

  5. #5

    Default

    I just tested this. You found a problem with the way SendWinS handles "clear modifiers." Thanks for reporting it. I'll try to fix it later today.

    I also just tested the original problem you reported and I can't reproduce it. This works properly for me with the old SendWinM. Are you running any other software that modifies the keyboard in any way?

    By the way, when you describe these problems to me, it would be extremely helpful if you would tell me:

    1. Which hotkey is getting triggered. (You can see this in HotkeyNet's upper left window.)

    2. Whether HotkeyNet says it's sending the modifier (you can see this in HotkeyNet's main window).

    3. Whether WoW receives the modifier.

    Those are three different things. Thanks.
    �Author of HotkeyNet and Mojo

  6. #6

    Default

    Quote Originally Posted by Freddie View Post
    I just tested this. You found a problem with the way SendWinS handles "clear modifiers." Thanks for reporting it. I'll try to fix it later today.

    I also just tested the original problem you reported and I can't reproduce it. This works properly for me with the old SendWinM. Are you running any other software that modifies the keyboard in any way?

    By the way, when you describe these problems to me, it would be extremely helpful if you would tell me:

    1. Which hotkey is getting triggered. (You can see this in HotkeyNet's upper left window.)

    2. Whether HotkeyNet says it's sending the modifier (you can see this in HotkeyNet's main window).

    3. Whether WoW receives the modifier.

    Those are three different things. Thanks.
    Just tried this again and this is how it works for me:

    I press left alt and "Last key press" says I'm pressing LAlt and then I press 2 and last key press is saying 2.

    and it says <Hotkey Alt 2> in the topleft window

    In the actions on this PC it is saying
    Code:
    From this pc: <SendWinM wow1><Key Alt 2><SendWinM wow2><Key Alt 2>
        <SendWinM wow1> completed: Window found. Target set to 0x802E4 "wow1"
        <Key Alt 2> completed
        <SendWinM wow2> completed: Window found. Target set to 0x10032E "wow2"
        <Key Alt 2> completed
    Looks correct to me. But my slave isn't casting only tries to attack as if no alt key was pressed. If I swich windows (just alt+tab no modifications in the script) it is the same, the hidden window (always the hidden window) doesn't recive alt modifier.

    I'm running on Windows 7 x64 Build 7229 if that has something to do with it. other then that I have only Firefox, HKN, Miranda-im and 2x wow open.

    -----
    When using SendWinS it works, except the problem it is releasing alt modifier after hKN has sent the hotkey so I have to release alt key and press it again if I want to send alt+2 twice in a row.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •