Close
Showing results 1 to 10 of 14

Hybrid View

  1. #1

    Default

    For some reason I can get the key presses to pass? Sorry >< I've listed it in the top left corner trying to find out if it's just me misplacing the rect but apparently It's not passing to the others. Is this dealing with screen resolutions? I'm using a 24 inch monitor and a 20 inch monitor

  2. #2

    Default

    Quote Originally Posted by Bourreau View Post
    For some reason I can get the key presses to pass? Sorry >< I've listed it in the top left corner trying to find out if it's just me misplacing the rect but apparently It's not passing to the others. Is this dealing with screen resolutions? I'm using a 24 inch monitor and a 20 inch monitor
    can you post your script you are runnin with HKN?
    Wondering what now will be the new pew pew class....

  3. #3

    Default

    Quote Originally Posted by coglistings View Post
    can you post your script you are runnin with HKN?
    Sure. I'm just starting out so I just basically went in and copied everything I could find about HKN. Hopefully I'm not just being stupid and overlooking something .

    <hotkey shift R>
    <sendpc local>
    <RenameWin "World of Warcraft" w1>
    <RenameWin "World of Warcraft" w2>
    <RenameWin "World of Warcraft" w3>
    <RenameWin "World of Warcraft" w4>
    <hotkey shift T>
    <sendpc local>
    <RenameWin w1 "World of Warcraft">
    <RenameWin w2 "World of Warcraft">
    <RenameWin w3 "World of Warcraft">
    <RenameWin w4 "World of Warcraft">

    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    <Label w3 Local SendWinM WoW3>
    <Label w4 Local SendWinM WoW4>
    <Label w5 Local SendWinM WoW5>

    <Hotkey LButton>
    <If MouseIsOverWindowRect WoW1 5 5 200 200>
    <SendLabel w1, w2, w3, w4, w5>
    <Clickmouse LButton>
    <RestoreMousePos>
    <Else>

    <SendFocusWin>
    <ClickMouse Down %Trigger%>
    <HotkeyUp LButton>
    <SendFocusWin>
    <ClickMouse Up %Trigger%>

Posting Rules

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