| Author |
Message |
Topic: Auto-Repeat new problem |
flyway
Replies: 7
Views: 313
|
Forum: Ask for Help Posted: Sat Apr 30, 2011 7:30 pm Subject: Auto-Repeat new problem |
Got it all sorted.
Thanks anyways to all.
Send:
;MsgBox %A_ThisHotkey%
if A_ThisHotkey Contains %RepeatList%
Loop
{
if not getkeystate(A_ThisHotkey, "P")
... |
Topic: Auto-Repeat new problem |
flyway
Replies: 7
Views: 313
|
Forum: Ask for Help Posted: Sat Apr 30, 2011 5:49 pm Subject: Auto-Repeat new problem |
One of the problems solved, using this code:
WatchPOV:
GetKeyState, POV, 2JoyPOV ; Get position of the POV control.
If POV not in 18000,9000,27000,0
Return
If POV in 18000
re ... |
Topic: Auto-Repeat new problem |
flyway
Replies: 7
Views: 313
|
Forum: Ask for Help Posted: Thu Apr 28, 2011 6:13 pm Subject: Auto-Repeat new problem |
Any ideas about this?
At least how do I slow down this repeating speed...? |
Topic: Auto-Repeat new problem |
flyway
Replies: 7
Views: 313
|
Forum: Ask for Help Posted: Tue Apr 26, 2011 9:02 pm Subject: Auto-Repeat new problem |
OK, testing done.
2 issues happening;
- This script uses POV directions ("_0", "_9000", "_18000" and "_27000") in order to increment functions with same j ... |
Topic: Auto-Repeat new problem |
flyway
Replies: 7
Views: 313
|
Forum: Ask for Help Posted: Tue Apr 26, 2011 8:43 pm Subject: Auto-Repeat new problem |
Thanks alot tidbit.
Will test it and back here with news...
Cheers. |
Topic: Auto-Repeat new problem |
flyway
Replies: 7
Views: 313
|
Forum: Ask for Help Posted: Mon Apr 25, 2011 7:30 pm Subject: Auto-Repeat new problem |
| Nobody willing to help here? |
Topic: Auto-Repeat new problem |
flyway
Replies: 7
Views: 313
|
Forum: Ask for Help Posted: Wed Apr 20, 2011 6:50 pm Subject: Auto-Repeat new problem |
Hey all,
Been using for quite some time now this great code that some of you helped me to build:
#Persistent
;Remmber
;+ -> Shift
;^ -> Ctrl
;! -> Alt
;HUD
3_0=+a ;RADAR A ... |
Topic: 2 sets of keystrokes with 1 joystick |
flyway
Replies: 39
Views: 1001
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 5:58 pm Subject: 2 sets of keystrokes with 1 joystick |
Found the solution.
Loop 26 ;as many times as many hotkeys
Hotkey,2JOY%A_Index%,Send
Hotkey,2JOY26 UP,Sendup26
SetTimer, WatchPOV, 100
return
WatchPOV:
GetKeyState, POV, 2JoyPOV ; ... |
Topic: 2 sets of keystrokes with 1 joystick |
flyway
Replies: 39
Views: 1001
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 12:35 pm Subject: 2 sets of keystrokes with 1 joystick |
Don't know exactly where to put those lines, but have tried them inside "sendup:" sub-routine, and some other places...
Also, at first compiler gives an error with that "KeyWait" ... |
Topic: 2 sets of keystrokes with 1 joystick |
flyway
Replies: 39
Views: 1001
|
Forum: Ask for Help Posted: Tue Nov 24, 2009 8:04 am Subject: 2 sets of keystrokes with 1 joystick |
Hey HKI,
Thanks to keep helping here.
This doesn't work.
With that code, both keystrokes (Down and Up) are sent immediately after each other, the Up keystroke doesn't wait for the "UP" ... |
Topic: 2 sets of keystrokes with 1 joystick |
flyway
Replies: 39
Views: 1001
|
Forum: Ask for Help Posted: Mon Nov 23, 2009 6:42 pm Subject: 2 sets of keystrokes with 1 joystick |
New test...
SendUp:
KeyWait, 2JOY26, U
;StringReplace,hotkey,A_ThisHotkey,% " ",_
SendInput +^!8 ;% %hotkey%_sendup
Return
Kept Keywait command and put this subrotine to ... |
Topic: 2 sets of keystrokes with 1 joystick |
flyway
Replies: 39
Views: 1001
|
Forum: Ask for Help Posted: Sun Nov 22, 2009 7:52 pm Subject: 2 sets of keystrokes with 1 joystick |
Any ideas?
Am almost done with this project...
Just need a final "push"
Thanks. |
Topic: 2 sets of keystrokes with 1 joystick |
flyway
Replies: 39
Views: 1001
|
Forum: Ask for Help Posted: Sat Nov 21, 2009 11:30 am Subject: 2 sets of keystrokes with 1 joystick |
Have found how to monitor continuously the events ( ) by double-clicking Autokey icon in tray...
And seems to me that both keystrokes are being sent simultaneously...
If it's the case, it's not t ... |
Topic: 2 sets of keystrokes with 1 joystick |
flyway
Replies: 39
Views: 1001
|
Forum: Ask for Help Posted: Sat Nov 21, 2009 11:04 am Subject: 2 sets of keystrokes with 1 joystick |
Hey HKI,
Made same test but using 2JOY1, created a UP keystroke in the code and tested "2JOY1 UP::MsgBox" and also msgbox shows up when I press that push-button instead of showing up when ... |
Topic: 2 sets of keystrokes with 1 joystick |
flyway
Replies: 39
Views: 1001
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 7:52 pm Subject: 2 sets of keystrokes with 1 joystick |
The MsgBox only appears when I push the switch up (closed position) when I need it to send the old "Down" keystroke.
And it sends "+^!7" (correctly).
It doesn't appear when I o ... |
| |