Jump to content

Search the Community

Showing results for tags 'send _sendex'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hello, I have to use the right alt key plus a character for a command. My left alt/ctrl/shift are used so I cant use Send("!r") without the ALT key getting stuck in the down position. Where it messes up is: Send("{RALT DOWN}") Sleep(100) Send("r") Sleep(100) Send("{RALT UP}") It seems others are having the same problem and was suggested to use the _SendEx function. I checked the autoit wiki that others have suggested but even there it says: "The _SendEx function waits for the Shift, Alt And Ctrl keys to be released... ...is not intended to be used when one of these modifier keys has been set to be down using any combination of {ALTDOWN}, {SHIFTDOWN} and {ALTDOWN}." I dont want it to be released before the r button is pushed. What is a good fix for this problem? Thanks, Mason
×
×
  • Create New...