| Author |
Message |
Topic: Open Notepad, only if a specific usb port is enable |
alexisfch
Replies: 3
Views: 96
|
Forum: Ask for Help Posted: Tue Feb 16, 2010 5:44 pm Subject: Open Notepad, only if a specific usb port is enable |
| any help? |
Topic: Open Notepad, only if a specific usb port is enable |
alexisfch
Replies: 3
Views: 96
|
Forum: Ask for Help Posted: Mon Feb 15, 2010 6:16 pm Subject: Open Notepad, only if a specific usb port is enable |
| any help???? |
Topic: Open Notepad, only if a specific usb port is enable |
alexisfch
Replies: 3
Views: 96
|
Forum: Ask for Help Posted: Mon Feb 15, 2010 4:04 pm Subject: Open Notepad, only if a specific usb port is enable |
is there any way to control the opening of a notepad, only if a specific usb port is enable, for example: USB\ROOT_HUB\4&15DAFD0C&0
if "4&15DAFD0C&0" is enable-> open n ... |
Topic: Wait 1 second |
alexisfch
Replies: 3
Views: 103
|
Forum: Ask for Help Posted: Thu Feb 04, 2010 5:47 pm Subject: Wait 1 second |
I need to press a key "b" and If I keep pressed the "b" key wait 2 seconds and only send 1 time the other "b" key.
So if I press "b" key for 5 seconds, I'll ... |
Topic: Press joypad button when I press a specific key (keyboard) |
alexisfch
Replies: 5
Views: 139
|
Forum: Ask for Help Posted: Thu Dec 24, 2009 4:05 am Subject: Press joypad button when I press a specific key (keyboard) |
| so any idea? |
Topic: Press joypad button when I press a specific key (keyboard) |
alexisfch
Replies: 5
Views: 139
|
Forum: Ask for Help Posted: Thu Dec 24, 2009 3:05 am Subject: Press joypad button when I press a specific key (keyboard) |
| maybe you didn't read my problem, I just want to remap a key as joystick. |
Topic: Press joypad button when I press a specific key (keyboard) |
alexisfch
Replies: 5
Views: 139
|
Forum: Ask for Help Posted: Wed Dec 23, 2009 6:52 pm Subject: Press joypad button when I press a specific key (keyboard) |
Im trying to press a specific joystick button (joy7) when I press a specific key (example: "a" key)
For example If I press joy7 send "b" key
If I press "a" key send joy ... |
Topic: Help with sleep and keywait |
alexisfch
Replies: 3
Views: 110
|
Forum: Ask for Help Posted: Wed Dec 16, 2009 1:45 am Subject: Help with sleep and keywait |
in your script if I keep pressed "up" arrow key, nothing happens, I mean will not run notepad and explorer.
why are u keep making new threads on the same script??
settimer, a, 10000
set ... |
Topic: Help with sleep and keywait |
alexisfch
Replies: 3
Views: 110
|
Forum: Ask for Help Posted: Wed Dec 16, 2009 12:25 am Subject: Help with sleep and keywait |
Im trying to do this:
run a loop (if nobody press "up" arrow key after 10 second run notepad and continue the loop)
and in the same time wait for 20 seconds and run explorer (just 1 time)
... |
Topic: two loops at same time |
alexisfch
Replies: 11
Views: 332
|
Forum: Ask for Help Posted: Tue Dec 15, 2009 6:47 pm Subject: two loops at same time |
Sorry None, isn't I need to run two loops at same time,
loop 1, if nobody press "up" arrow key after 5 seconds, run notepad.exe
loop 2, if nobody press "s" key after 10 seco ... |
Topic: two loops at same time |
alexisfch
Replies: 11
Views: 332
|
Forum: Ask for Help Posted: Tue Dec 15, 2009 5:45 pm Subject: two loops at same time |
Thanks HotKeyIt, I have a problem, im remapping an axis of my joystick to "up" arrow key with this script.
axisjoy:
GetKeyState, JoyY, JoyY
KeyToHoldDownPrev = %KeyToHoldDown%
... |
Topic: making a conditional loop with keywait |
alexisfch
Replies: 4
Views: 108
|
Forum: Ask for Help Posted: Tue Dec 15, 2009 10:33 am Subject: making a conditional loop with keywait |
First things first, KeyWaitgoto, difkey
return
difkey:
Loop
{
if (KeyWait("a", "DT10")) {
run notepad.exe
Break
}
; {
if ... |
Topic: making a conditional loop with keywait |
alexisfch
Replies: 4
Views: 108
|
Forum: Ask for Help Posted: Tue Dec 15, 2009 1:58 am Subject: making a conditional loop with keywait |
how can I do a conditional loop with keywait
I have this (for two diferent keys "a" and "s") but doesn't work.
goto, difkey
return
difkey:
Loop
{
if (Ke ... |
Topic: Sleep and loop at same time |
alexisfch
Replies: 7
Views: 160
|
Forum: Ask for Help Posted: Mon Dec 14, 2009 10:51 pm Subject: Sleep and loop at same time |
You will need to run second AutoHotkey script
it doesn't work  |
Topic: two loops at same time |
alexisfch
Replies: 11
Views: 332
|
Forum: Ask for Help Posted: Mon Dec 14, 2009 10:15 pm Subject: two loops at same time |
You may try GetKeyState.
I tried with this but doesn't work totally
;--------------------
time1 := 5000
time2 := 10000
key1 := "a"
key2 := "s"
;------- ... |
| |