Jump to content

Very Simple Question


Recommended Posts

How might I go about having it set to where:

When I press !s ( ALT + s ) , it will hold down the shift key ( indefinitely ) until I press the hotkey again.

I have the entire script written except the key-down part of the function , I can't find anything but SendKeyDownDelay() <-- Doesn't do exactly what I'm looking for.

Is there another function that I seem to be missing? Or some method I could use to go about it another way?

Link to comment
Share on other sites

How might I go about having it set to where:

When I press !s ( ALT + s ) , it will hold down the shift key ( indefinitely ) until I press the hotkey again.

I have the entire script written except the key-down part of the function , I can't find anything but SendKeyDownDelay() <-- Doesn't do exactly what I'm looking for.

Is there another function that I seem to be missing? Or some method I could use to go about it another way?

Do
   Send("{SHIFT}")
Until _IsPressed("53") And _IsPressed("12")

Thats how I'd do it anyways XD

Edited by UnknownWarrior
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...