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 

Remap LWin+F to Ctrl+F, how?

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



Joined: 01 Apr 2008
Posts: 22
Location: Netherlands

PostPosted: Fri Apr 04, 2008 1:57 am    Post subject: Remap LWin+F to Ctrl+F, how? Reply with quote

Howdy!

By default, Winkey + F opens a Find window.

I want to use LWin + F as Ctrl + F, to search within a certain app

Easy, you'd say:

Code:
#f::^f

Unfortunately, I still get the Windows Find window, and not the Ctrl+F function.

Any thoughts?
Back to top
View user's profile Send private message Send e-mail
jaco0646



Joined: 07 Oct 2006
Posts: 666
Location: MN, USA

PostPosted: Fri Apr 04, 2008 2:01 am    Post subject: Reply with quote

Code:
#f::SendInput, ^f

_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
Veil



Joined: 01 Apr 2008
Posts: 22
Location: Netherlands

PostPosted: Fri Apr 04, 2008 2:10 am    Post subject: Reply with quote

I love you! <3

Thanks Very Happy
Back to top
View user's profile Send private message Send e-mail
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