Jump to content

Recommended Posts

Posted

Hi Guys

Any idea why this code doesnt work?

HotKeySet("{LCTRL}{LCTRL}", "ShowMessage") ;Control pressed twice
 

I want to run some code when the user presses the control key twice.

Thanks

Sam

Posted

If you look here, you will see that CTRL cannot be bound using HotKeySet().

Try _IsPressed from Misc.au3.

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

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
×
×
  • Create New...