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 

Autohotkey.chm

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Dave Campbell



Joined: 09 Jun 2005
Posts: 27
Location: Clearwater, Florida

PostPosted: Fri Mar 19, 2010 4:25 pm    Post subject: Autohotkey.chm Reply with quote

Suddenly my Ctrl-F2 key doesn't bring up AHK help. However, when I right click on the AHK tray icon and pick help it works. I have searched for the file but can't find it. How can I restore the Ctrl-F2 function?

[Moved from Bug Reports forum. ~jaco0646]
Back to top
View user's profile Send private message
HotKeyIt



Joined: 18 Jun 2008
Posts: 4652
Location: AHK Forum

PostPosted: Fri Mar 19, 2010 5:07 pm    Post subject: Reply with quote

Why bug report, there is no default Ctrl+F1 hotkey for that Question
Code:
^F1::Run % SubStr(A_AhkPath,1,InStr(A_AhkPath,"\",1,0)) . "AutoHotkey.chm"
or
Code:
^F1::Run % RegExReplace(A_AhkPath,"\\\K[^\\]*$","AutoHotkey.chm")

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun Wink
Back to top
View user's profile Send private message
Display posts from previous:   
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