Jump to content

Ctrl- remap to Ctrl1


algotroll
 Share

Recommended Posts

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