Jump to content

Recommended Posts

Posted (edited)

I'm having trouble remaping ctrl- to ctrl1 using HotKeySet. Ctrl remains pressed after cminus() is called the first time. I'm sure it's something silly. thx a lot!

HotkeySet ("^-", "cminus")
Func cminus()
   Send ("^1")
EndFunc

While 1
   Sleep (1000)
WEnd
Edited by algotroll

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