Close
Showing results 1 to 10 of 10

Threaded View

  1. #4

    Default

    EDIT: Script not working
    Could be the case.How about changing the settings for hotkey 2 as follows:

    Code:
    2::
    If GetKeyState("Shift","D")
    {
    ;     This gets triggered when shift button is down
    ;    INSERT CODE for hotkey: shift +2
    }
    If GetKeyState("Shift","U")
    {
    ;    This is triggered when you do not press shift button
    ;    INSERT CODE for hotkey: 2
    }
    return
    Not tested it so I don't know if works or not.
    Last edited by aasi888 : 09-17-2012 at 04:57 PM

Posting Rules

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