afkman Posted December 11, 2009 Posted December 11, 2009 hi, as the title says i need some help to make my scrit's hotkeys works while im under fullscreen mode my script is somehow like that Global $Paused HotKeySet("{Pause}", "TogglePause") HotKeySet("{ESC}", "Terminate") script .. .. .. .. .. Func TogglePause() $Paused = NOT $Paused While $Paused sleep(100) ToolTip('Script is "Paused',0,0) WEnd ToolTip("") EndFunc Func Terminate() Exit 0 EndFunc thanks in advance
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now