AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Disabling ALL hotkeys

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
davidcphindex
Guest





PostPosted: Fri Jan 18, 2008 5:00 pm    Post subject: Disabling ALL hotkeys Reply with quote

Hi guys,

I'd like to know what would be the best way implement a hot key that would suspend all hotkeys used in a script?


Thanks in advance...



david
Back to top
Gakusei



Joined: 09 Jan 2008
Posts: 15

PostPosted: Fri Jan 18, 2008 5:12 pm    Post subject: Reply with quote

This is what i use.

Code:
; F10
; Activates Hotkeys (if turned off)
F10::
   suspend off
return

; F11
; Deactivates Hotkeys
F11::
   suspend on
return
Back to top
View user's profile Send private message
davidcphindex
Guest





PostPosted: Fri Jan 18, 2008 5:16 pm    Post subject: Reply with quote

Cool, I'll try that.... thanks.


david
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group