AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 98 matches
AutoHotkey Community Forum Index
Author Message
  Topic: strokeit (mouse gestures), total commander
jamestr

Replies: 17
Views: 3925

PostForum: Utilities & Resources   Posted: Sat Apr 25, 2009 10:50 pm   Subject: strokeit (mouse gestures), total commander
hey, no-one mentioned "stokeit"

is there a better mouse-gesture program?
  Topic: keytweak - remap keys (registry scancode)
jamestr

Replies: 4
Views: 4069

PostForum: Utilities & Resources   Posted: Sat Apr 25, 2009 10:43 pm   Subject: keytweak - remap keys (registry scancode)
this is my bi-annual bump Wink

i do permanent remapping with keytweak and
app specific mapping of the keys with ahk.
  Topic: keyboard and mouse input that is undetectable
jamestr

Replies: 49
Views: 6238

PostForum: Ask for Help   Posted: Sat Dec 15, 2007 10:44 pm   Subject: keyboard and mouse input that is undetectable
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: 828

PostForum: Ask for Help   Posted: Thu Apr 12, 2007 2: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: 17
Views: 3925

PostForum: Utilities & Resources   Posted: Sun Aug 06, 2006 11:58 am   Subject: strokeit (mouse gestures), total commander
a bi-annual bump!
  Topic: Mouse Gestures
jamestr

Replies: 8
Views: 2262

PostForum: Wish List   Posted: Sun Aug 06, 2006 11:52 am   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: 1119

PostForum: Ask for Help   Posted: Sun Aug 06, 2006 1: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: 7
Views: 2177

PostForum: Ask for Help   Posted: Sun Aug 06, 2006 1: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: 1119

PostForum: Ask for Help   Posted: Sat Aug 05, 2006 11:34 pm   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: 4
Views: 4069

PostForum: Utilities & Resources   Posted: Sun Jul 16, 2006 3: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: 960

PostForum: Ask for Help   Posted: Sun Jul 16, 2006 2: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: 960

PostForum: Ask for Help   Posted: Sat Jul 15, 2006 8: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: 959

PostForum: Ask for Help   Posted: Fri Jul 14, 2006 5: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: 959

PostForum: Ask for Help   Posted: Wed Jul 12, 2006 8: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: 17
Views: 3925

PostForum: Utilities & Resources   Posted: Mon Mar 06, 2006 4: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
 
Page 1 of 7 Goto page 1, 2, 3, 4, 5, 6, 7  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group