| View previous topic :: View next topic |
| Author |
Message |
pantagruel
Joined: 08 Oct 2006 Posts: 67 Location: denmark
|
Posted: Mon May 19, 2008 12:57 pm Post subject: control and windows key simultaneously |
|
|
Hi,
I'm trying to catch Windows and Control key simultaneously, but ^# doesn't do it:
^#::
MsgBox,"ok"
Return
how does one catch these two keys simultaneously, and why is the above not doing anything? |
|
| Back to top |
|
 |
Icarus
Joined: 24 Nov 2005 Posts: 441
|
Posted: Mon May 19, 2008 1:00 pm Post subject: |
|
|
| Code: | | ^LWin::Msgbox Hello |
# is used to say "win key as a modifier" |
|
| Back to top |
|
 |
pantagruel
Joined: 08 Oct 2006 Posts: 67 Location: denmark
|
Posted: Mon May 19, 2008 1:05 pm Post subject: thanks, I just figured out what I was doing wrong as well |
|
|
| Cheers |
|
| Back to top |
|
 |
|