| Author |
Message |
Topic: Show control panel |
RazorM
Replies: 18
Views: 2977
|
Forum: Scripts & Functions Posted: Tue Nov 23, 2004 9:23 am Subject: Escaping them? |
Hi Johnny,
Not sure what you mean by escaping them?
Tried this...but no go....
#s:: Run, control Sysdm.cpl System 1
Isn't there also a way to use the Control function to do this also? ... |
Topic: Limiting scripts to only 1 ...or 2 apps |
RazorM
Replies: 1
Views: 234
|
Forum: Ask for Help Posted: Tue Nov 23, 2004 9:17 am Subject: Limiting scripts to only 1 ...or 2 apps |
| Okay..i've been using this script which essentially only works for 1 application....How can it be changed so that it can be used for more than 1 app? ...& also return a different event with each o ... |
Topic: Show control panel |
RazorM
Replies: 18
Views: 2977
|
Forum: Scripts & Functions Posted: Tue Nov 23, 2004 4:27 am Subject: Show control panel |
Tried this from command line & worked perfectly...as long as System Properties is not already open....
control Sysdm.cpl,System,1
...but this would not work from AutoHotKey?
#s:: R ... |
Topic: Show control panel |
RazorM
Replies: 18
Views: 2977
|
Forum: Scripts & Functions Posted: Tue Nov 23, 2004 3:12 am Subject: Good tip... |
Now does anyone know what's a quick way to get it to go to a certain tab?
Eg. Display Properties > Settings Tab?? |
Topic: Beginner Question: Arrow Keys |
RazorM
Replies: 12
Views: 617
|
Forum: Ask for Help Posted: Fri Oct 29, 2004 5:36 am Subject: View History |
Okay...used it...& got this...
01 000 u 0.13 LButton _PA210448a.JPG - ACDSee v5.0
A2 01D d 1.39 Ctrl
28 150 h d 0.49 Down
A2 01D i u 0.00 Ctrl ... |
Topic: Beginner Question: Arrow Keys |
RazorM
Replies: 12
Views: 617
|
Forum: Ask for Help Posted: Fri Oct 29, 2004 4:42 am Subject: Correction |
Sorry...correction.....
This works the way it should except that it actually executes 2 things.
1. {NumpadSub} ....but also...
2. {down} |
Topic: Beginner Question: Arrow Keys |
RazorM
Replies: 12
Views: 617
|
Forum: Ask for Help Posted: Fri Oct 29, 2004 2:03 am Subject: Extra function executed |
Here's another simple one I'm sure...
~^down::
SetTitleMatchmode, 2
IfWinActive, ACDSee
{
Send, {NumpadSub}
return
}
This works the way it should except that it actually executes 2 thi ... |
Topic: Beginner Question: Arrow Keys |
RazorM
Replies: 12
Views: 617
|
Forum: Ask for Help Posted: Thu Oct 28, 2004 9:12 am Subject: Thanks Dijiyid |
What if instead of 2 keys using > !LSHIFT::
I wanted to use 3 keys using > [LShift][Control][s]
^LShift & s:: and ^ & LShift & s:: didn't work. |
Topic: Beginner Question: Arrow Keys |
RazorM
Replies: 12
Views: 617
|
Forum: Ask for Help Posted: Thu Oct 28, 2004 7:04 am Subject: Also |
What should be in Line1 to make a simultaneous click on both mouse buttons send an <Alt><Tab> key sequence?
RButtonLButton::
Send, !{tab}
return
Is it even possible?
ps. all ... |
Topic: Beginner Question: Arrow Keys |
RazorM
Replies: 12
Views: 617
|
Forum: Ask for Help Posted: Thu Oct 28, 2004 3:06 am Subject: Beginner Question: Arrow Keys |
#q:: = <Start><q>
!q:: = <Control><q>
What is ?? where:
#??:: = <Start><UpArrow>
and
??q:: = <UpArrow><q> ....& c ... |
| |