| Author |
Message |
Topic: Problems with a Hot Key |
selioneru
Replies: 1
Views: 190
|
Forum: Ask for Help Posted: Sat Jun 30, 2007 3:16 pm Subject: Figured it out :-) |
!q::
send, !{F4}
KeyWait !
return |
Topic: Problems with a Hot Key |
selioneru
Replies: 1
Views: 190
|
Forum: Ask for Help Posted: Sat Jun 30, 2007 2:51 am Subject: Problems with a Hot Key |
I made a Hotkey to replace the alt+F4 function in windows with alt+q
!q::send, !{F4}
Now the alt+tab function is very sketchy any solutions? |
Topic: Right mouse button added functionality- Doubleclick it! |
selioneru
Replies: 25
Views: 7032
|
Forum: Scripts & Functions Posted: Fri Mar 10, 2006 12:08 am Subject: Dear MrB |
| i had the same problem you had. Did you put the script in the ini file? if so try making the script run separate as a single script i hope it does the trick! |
Topic: Close all programs running from... |
selioneru
Replies: 40
Views: 2726
|
Forum: Ask for Help Posted: Wed Feb 22, 2006 10:49 pm Subject: Close all programs running from... |
Thanks SO Much! this rocks! Bravo! verrry cool Props to Serenity and corrupt! |
Topic: Close all programs running from... |
selioneru
Replies: 40
Views: 2726
|
Forum: Ask for Help Posted: Wed Feb 22, 2006 3:31 am Subject: Close all programs running from... |
i just pasted this piece of code in
; close the program if drive matches:
if MyDrive = %drive%
msgbox, %name%`n %pid% ,
WinClose, ahk_pid %pid%
that didn't work then i real ... |
Topic: Close all programs running from... |
selioneru
Replies: 40
Views: 2726
|
Forum: Ask for Help Posted: Wed Feb 22, 2006 2:49 am Subject: Close all programs running from... |
hmm i edited it and added the code there and no message box pops up though i know it should :^X
if label = Koju's IPOD ; specify the label of your drive here
mydrive = %drive%:
... |
Topic: Close all programs running from... |
selioneru
Replies: 40
Views: 2726
|
Forum: Ask for Help Posted: Tue Feb 21, 2006 2:46 am Subject: i Really haven't done this before :( |
| i'd like to learn but i haven't ever done anything like this before so i guess you'll need to spell it out to me a little more. Would i have to set the Drive With the correct label to a variable and t ... |
Topic: Close all programs running from... |
selioneru
Replies: 40
Views: 2726
|
Forum: Ask for Help Posted: Sun Feb 19, 2006 6:34 am Subject: Close all programs running from... |
| Hey guys i was wondering if there was any way to get a script to close all the programs running from a drive with a specific drive label. Any help would be appreciated! |
| |