Jump to content

A scrap not a script


SlimShady
 Share

Recommended Posts

I started using AutoIt Guis. It works nice at the moment.

One thing is missing: CTRL+A for selecting everything in a an editbox.

So I created a simple function that does this.

Put this anywhere in your script.

HotKeySet("^a", "SelectAll"); CTRL+A
Func SelectAll()
Send("^{HOME}")
Send("^+{END}")
EndFunc
Link to comment
Share on other sites

  • 3 weeks later...

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...