Jump to content

Recommended Posts

Posted (edited)

Can any1 tell me if theres a way to get a hot key to run the func without it stopping the existing hotkey? e.g if u press f1 it still opens help and your function?

Edited by D4rk^S0ul
  • Developers
Posted

HotKeySet("{F1}", "RunHelp")
;
While 1
    Sleep(100)
WEnd
;
Func RunHelp()
    HotKeySet("{F1}")
    Send("{F1}")
; what ever else
    HotKeySet("{F1}", "RunHelp")
EndFunc  ;==>RunHelp

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...