Jump to content

HotKEy Help


Recommended Posts

  • Moderators

I want to set Ctrl-X and Ctrl-C hotkeys, but can't find any example in the help for HotKey(), Send(), or in the appendix, on how to set a hotkey using Ctrl and another ascii character (in my case, x or c)

Would someone show me what I'm missing?

Did you look at Send Key List? There's a long list of the keys that can be used for Send()/HotKeySet().

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

I want to set Ctrl-X and Ctrl-C hotkeys, but can't find any example in the help for HotKey(), Send(), or in the appendix, on how to set a hotkey using Ctrl and another ascii character (in my case, x or c)

Would someone show me what I'm missing?

then use this script

$search = "send"
Run("C:\Program Files\AutoIt3\Autoit3Help.exe")
WinWaitActive("")
Send("!s")
Send($search)
Send("!l")
Send("!d")

8)

NEWHeader1.png

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