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 

What is the symbol for the space bar?

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





PostPosted: Wed Apr 22, 2009 10:32 pm    Post subject: What is the symbol for the space bar? Reply with quote

ok so in this code, if i press ctrl+1 it runs. So the "^" symbolizes ctrl apparently. Is there a list of the symbols for certains keys somwehere?
Like what if I wanted it to activate when i press "spacebar+1," what would i use for the spacebar?

^1::

SetMouseDelay, 1
MouseClickDrag, Left, 0, 0, 20, 0, 0, R
MouseMove, -10, 0, 0, R
MouseClickDrag, Left, 0, 0, 0, 30, 0, R
MouseClickDrag, Left, 0, 0, 10, 0, 0, R
MouseClickDrag, Left, 0, 0, -20, 0, 0, R
MouseMove, 28, -30, 0, R

return
Back to top
Slanter



Joined: 28 May 2008
Posts: 739
Location: Minnesota, USA

PostPosted: Wed Apr 22, 2009 10:49 pm    Post subject: Re: What is the symbol for the space bar? Reply with quote

Ryan wrote:
Is there a list of the symbols for certains keys somwehere
Yes... yes there is List of Keys, Mouse Buttons, and Joystick Controls
_________________
Unless otherwise stated, all code is untested

(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination.
Back to top
View user's profile Send private message Visit poster's website
ManaUser



Joined: 24 May 2007
Posts: 1121

PostPosted: Thu Apr 23, 2009 3:55 am    Post subject: Reply with quote

Actually the list you need is here. Specifically, you should have a look at the custom combinations section, since space isn't normally a modifier key.
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