| Author |
Message |
Topic: A program that defeats AutoHotKey??? |
jamestr
Replies: 175
Views: 67913
|
Forum: Wish List Posted: Sat Dec 15, 2007 11:44 pm Subject: A program that defeats AutoHotKey??? |
if anyone need a program that resist ahk, heres one by acclaim company
http://9dragons.acclaim.com/
resistant to SendInput, SendPlay, Send, ControlSend, etc...
hope i been a help.. have to .. ... |
Topic: Using AutoHotKey with Logitech flight-sim like joysticks |
jamestr
Replies: 8
Views: 354
|
Forum: Ask for Help Posted: Thu Apr 12, 2007 3:13 pm Subject: Using AutoHotKey with Logitech flight-sim like joysticks |
the beginning of the script is named auto-execute section (details in help file)
auto-execute code stops when it reaches the first hotkey
so the timer commands are never executed.
so move t ... |
Topic: strokeit (mouse gestures), total commander |
jamestr
Replies: 15
Views: 1730
|
Forum: Utilities & Resources Posted: Sun Aug 06, 2006 12:58 pm Subject: strokeit (mouse gestures), total commander |
| a bi-annual bump! |
Topic: Mouse Gestures |
jamestr
Replies: 8
Views: 1780
|
Forum: Wish List Posted: Sun Aug 06, 2006 12:52 pm Subject: strokeit for gestures |
i've been using 'strokeit' , for the last 2 years..
since i discovered here.
its a sweet app and works well with ahk.
thanks for the tip! |
Topic: media player 10 - IfWinActive problem w/Full Screen |
jamestr
Replies: 2
Views: 460
|
Forum: Ask for Help Posted: Sun Aug 06, 2006 2:32 am Subject: media player 10 - IfWinActive problem w/Full Screen |
it works!!
WMPTransition is the secret to success!!
many thanks, |
Topic: mouse gesture performance |
jamestr
Replies: 6
Views: 1012
|
Forum: Ask for Help Posted: Sun Aug 06, 2006 2:25 am Subject: mouse gesture performance |
I use the freeware app named
'strokeit'
for mouse gestures
It works quite well with ahk.
I like the colored 'gesture trail' that is displays, very handy for improving your gestur ... |
Topic: media player 10 - IfWinActive problem w/Full Screen |
jamestr
Replies: 2
Views: 460
|
Forum: Ask for Help Posted: Sun Aug 06, 2006 12:34 am Subject: media player 10 - IfWinActive problem w/Full Screen |
can not get "ifwinactive" to work when wmp 10 is in full screen. Ifwinactive works ok when wmp10 is 'windowed' (not fullscreen).
any idea whats going on??
thanks
SetTitleMatchMode ... |
Topic: keytweak - remap keys (registry scancode) |
jamestr
Replies: 1
Views: 1258
|
Forum: Utilities & Resources Posted: Sun Jul 16, 2006 4:09 pm Subject: keytweak - remap keys (registry scancode) |
Keytweak is an easy to use, free, keyboard remap program.
I used keytweak to make capslock=winkey
http://webpages.charter.net/krumsick/ |
Topic: Keystroke delay and leaving a subroutine (WC3 related) |
jamestr
Replies: 5
Views: 510
|
Forum: Ask for Help Posted: Sun Jul 16, 2006 3:45 pm Subject: Keystroke delay and leaving a subroutine (WC3 related) |
+e::Send, 4ee1
above hotkey is +e and its sends 'ee'
the 'ee' will trigger the +e and the script might loop.
$+e:: tells ahk to avoid this problem
This page shows the various prefix(m ... |
Topic: Keystroke delay and leaving a subroutine (WC3 related) |
jamestr
Replies: 5
Views: 510
|
Forum: Ask for Help Posted: Sat Jul 15, 2006 9:27 pm Subject: Keystroke delay and leaving a subroutine (WC3 related) |
this worked for me
SetKeyDelay 50
+w::send 3pp2
also
you are sending 'e' characters and your hotkey is also an 'e', could be trouble, i would use a different hotkey letter, or $ pr ... |
Topic: ctrl key remap dilemma |
jamestr
Replies: 4
Views: 560
|
Forum: Ask for Help Posted: Fri Jul 14, 2006 6:27 pm Subject: ctrl key remap dilemma |
space::ctrl
^s::send {ctrl up}7{ctrl down}
*not tested
the problem with your code is, that control was still pressed down, you have to release it first, before ... |
Topic: ctrl key remap dilemma |
jamestr
Replies: 4
Views: 560
|
Forum: Ask for Help Posted: Wed Jul 12, 2006 9:42 pm Subject: ctrl key remap dilemma |
i have remapped the Lctrl key to the spacebar. i find the spacebar to be a handy location for the ctrl key.
But the remapped spacebar doesnt work the same way as using the 'real' control key.
spa ... |
Topic: strokeit (mouse gestures), total commander |
jamestr
Replies: 15
Views: 1730
|
Forum: Utilities & Resources Posted: Mon Mar 06, 2006 5:55 pm Subject: strokeit (mouse gestures), total commander |
My favorite free/shareware apps:
total commander - flexible file manager
strokeit - mouse gesture app
process explorer - shows xp processes running |
Topic: changing the desply's resolution |
jamestr
Replies: 12
Views: 1167
|
Forum: Ask for Help Posted: Thu Jan 05, 2006 4:46 pm Subject: changing the desply's resolution |
sweet multires!
Numpad0 & Numpad2::run, E:\Program Files\MultiRes\MultiRes.exe /800`,600`,32`,72 /exit
Numpad0 & Numpad1::run, E:\Program Files\MultiRes\MultiRes.exe /640`,480`,32`,72 /exi ... |
Topic: arrow key remap for games |
jamestr
Replies: 5
Views: 2184
|
Forum: Scripts & Functions Posted: Fri Jul 02, 2004 10:04 pm Subject: arrow key remap for games |
most strategy/RPG games let you scroll the map using the arrow keys.
this script scrolls the map using e,s,d,f.
to type the actual character e,s,d,f use the shift key.
e::up
s: ... |
| |