 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Ryan Guest
|
Posted: Wed Apr 22, 2009 10:32 pm Post subject: What is the symbol for the space bar? |
|
|
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
|
Posted: Wed Apr 22, 2009 10:49 pm Post subject: Re: What is the symbol for the space bar? |
|
|
| 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 |
|
 |
ManaUser
Joined: 24 May 2007 Posts: 1121
|
Posted: Thu Apr 23, 2009 3:55 am Post subject: |
|
|
| 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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|