Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 15
  1. #1

    Default doesnt send alt+keys?

    I have this script

    Code:
    <Hotkey Alt Ctrl L>
        <if WinDoesNotExist wow1>
            <RenameWin "World of Warcraft" wow1>
        <else>
            <RenameWin "World of Warcraft" wow2>
    
    
    <Label w1 Local SendWinM wow1>
    <Label w2 Local SendWinM wow2>
        
    <Hotkey alt 1>
        <SendPC local>
            <SendLabel w1, w2>
                <Key %TRIGGER%>
    
    <Hotkey alt 2>
        <SendPC local>
            <SendLabel w1, w2>
                <Key %TRIGGER%>
    but it doesn't send alt keypress.. all it does it send alt+1 (or 2) to the master and 1 (or 2) without alt to the slave.

  2. #2

    Default

    It should.

    What is the dialog box in HKN saying? When you push the key what does HKN say it's sending?

    http://www.hotkeynet.com/ref/trigger.html
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  3. #3

    Default

    HKN is saying 'alt 2' is sent..
    but wow2 isn't casting FoL bound to 'alt 2' but is trying to cast Judgement bound on button 2 (no modifier)

    EDIT: it is working if I replace alt with ctrl or shift, as long as I don't use alt.

    EDIT 2:
    Tried this:
    Code:
    <Hotkey alt 2>
        <SendPC local>
            <SendWinM wow2>
                <Key %TRIGGER%>
    still doesn't work.. no alt modifier is sent.
    Last edited by McZ : 09-03-2009 at 05:34 PM

  4. #4

    Default

    I believe HKN. I'm guessing you have a keybind that is screwed up somewhere.
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  5. #5

    Default

    Do this, go to your actual WoW window with HKN turned off and hit alt-2. Does your toon do what you thought it would?
    Owltoid, Thatblueguy, Thisblueguy, Otherblueguy, Whichblueguy

  6. #6

    Default

    Quote Originally Posted by Owltoid View Post
    Do this, go to your actual WoW window with HKN turned off and hit alt-2. Does your toon do what you thought it would?
    Yes it does.

  7. #7

    Default

    Quote Originally Posted by Owltoid View Post
    I believe HKN. I'm guessing you have a keybind that is screwed up somewhere.
    My keybinding is working perfect without HKN

  8. #8

    Default

    Could you try changing SendWinM to SendWinS, and make sure "Use new SendWinS and SendWinSF" is checked on Send Mode Settings.
    �Author of HotkeyNet and Mojo

  9. #9

    Default

    Quote Originally Posted by Freddie View Post
    Could you try changing SendWinM to SendWinS, and make sure "Use new SendWinS and SendWinSF" is checked on Send Mode Settings.
    This works
    Thank you.

    One thing though, that isn't really a problem, But holding down alt while spamming 2 doesn't work, it will release alt as soon as it has sent it to the slave.

  10. #10

    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

Posting Rules

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