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 

Making the "Windows" key act like the "Alt&qu

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



Joined: 19 Jun 2009
Posts: 4

PostPosted: Fri Jun 19, 2009 3:17 am    Post subject: Making the "Windows" key act like the "Alt&qu Reply with quote

Hi I was wondering if anyone knew how to make the Windows key act exactly like the Alt key in Windows? Also, while we are at it... make the Alt key act exactly like a Windows key? Thanks in advanced.
Back to top
View user's profile Send private message
lbrtdy



Joined: 13 Apr 2009
Posts: 101

PostPosted: Fri Jun 19, 2009 3:33 am    Post subject: Reply with quote

Code:
LWin::Alt
RWin::Alt
Alt::LWin
Back to top
View user's profile Send private message
vtecdoma



Joined: 19 Jun 2009
Posts: 4

PostPosted: Fri Jun 19, 2009 3:56 am    Post subject: confused Reply with quote

Sorry I'm totally new to this. Do I just make a blank script and type in:
LWin::Alt
RWin::Alt
Alt::LWin

What do I do next? I tried running the script and I didn't seem to do anything. How do I make it so that it will act like this globally in all of my programs?
Back to top
View user's profile Send private message
lbrtdy



Joined: 13 Apr 2009
Posts: 101

PostPosted: Fri Jun 19, 2009 4:02 am    Post subject: Reply with quote

make a new script and title it whatever.ahk
paste in the contents, and then run it. When you push the key it remaps to another key. And it should already be globally available to all programs.
Back to top
View user's profile Send private message
vtecdoma



Joined: 19 Jun 2009
Posts: 4

PostPosted: Fri Jun 19, 2009 6:43 am    Post subject: Reply with quote

Sorry either I can't figure this out or its not working =(
Back to top
View user's profile Send private message
vtecdoma



Joined: 19 Jun 2009
Posts: 4

PostPosted: Fri Jun 19, 2009 9:40 am    Post subject: Reply with quote

w00t I got it working. Thanks a bunch. I right clicked on the file and clicked on run script and it worked.
Back to top
View user's profile Send private message
lbrtdy



Joined: 13 Apr 2009
Posts: 101

PostPosted: Fri Jun 19, 2009 3:52 pm    Post subject: Reply with quote

No problem 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