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 

HotKey with a space

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



Joined: 31 May 2007
Posts: 23

PostPosted: Tue Nov 17, 2009 1:58 am    Post subject: HotKey with a space Reply with quote

I'd like to enter the Alt Key and a space character for my AutoHotkey.

Can this be done, and if so, how?
Back to top
View user's profile Send private message
Guest






PostPosted: Tue Nov 17, 2009 2:05 am    Post subject: Reply with quote

See Symbols & List of Keys.
Code:
!Space::
Back to top
Guest






PostPosted: Tue Nov 17, 2009 2:05 am    Post subject: Reply with quote

Code:
send {tab} 
send {space}
Back to top
newbie5000
Guest





PostPosted: Tue Nov 17, 2009 2:05 am    Post subject: Reply with quote

Yep..hope this helps

Code:
!Space:: run, notepad.exe
Back to top
Guest






PostPosted: Tue Nov 17, 2009 2:07 am    Post subject: Reply with quote

scratch mine, i think the first Guest understands ur case better
Back to top
iamnu



Joined: 31 May 2007
Posts: 23

PostPosted: Tue Nov 17, 2009 2:15 am    Post subject: Reply with quote

I'm using !Space::

I'm surprised I couldn't find this in the AutoHotkey Help Window.

Thank you all for your help...
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