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 12 matches
AutoHotkey Community Forum Index
Author Message
  Topic: SendInput is not buffering keys
edburdo

Replies: 1
Views: 917

PostForum: Bug Reports   Posted: Mon Feb 15, 2010 2:14 pm   Subject: SendInput is not buffering keys
I have the same issue. Win7 and WinXP.

Any mouse movement, clicks or typing does this. Older version worked fine...
  Topic: Safety measure for a laptop
edburdo

Replies: 6
Views: 637

PostForum: Ask for Help   Posted: Wed Dec 26, 2007 9:13 pm   Subject: Safety measure for a laptop
The downside to using something like AHK for this, is that scripts can easily be bypassed. If the user boots the PC up offline, or boots it into safe more, or installs a new OS, then your security me ...
  Topic: Incrementally switch between windows
edburdo

Replies: 153
Views: 49936

PostForum: Scripts & Functions   Posted: Fri Nov 09, 2007 8:40 pm   Subject: CapsLock Toggle
In case anyone missed it..

Seren posted a way to have the CapsLock show/hide the window list. It only takes about 5 seconds to modify the script, and it works great.
  Topic: changing window title of 3rd party apps... possible?
edburdo

Replies: 5
Views: 588

PostForum: Ask for Help   Posted: Fri Apr 20, 2007 5:37 pm   Subject: changing window title of 3rd party apps... possible?
Another bit of info. Some apps do not function well if you change their window titles. So keep that in mind when you get this done. If things are going nutty, it could be the change in window title.
  Topic: Collab offer: Work with me on an amazing app launcher
edburdo

Replies: 14
Views: 1426

PostForum: Ask for Help   Posted: Fri Apr 20, 2007 5:35 pm   Subject: Collab offer: Work with me on an amazing app launcher
No. I wouldn't use it. I use SlickRun and AHK to launch and automate what I need.
  Topic: changing window title of 3rd party apps... possible?
edburdo

Replies: 5
Views: 588

PostForum: Ask for Help   Posted: Fri Apr 20, 2007 5:33 pm   Subject: changing window title of 3rd party apps... possible?
HWND is the window handle. A way of referencing a window. Every window has a HWND. And many things are windows (applications, controls (including input fields, etc). Sometimes text on screen is a ...
  Topic: Automate a terminal application?
edburdo

Replies: 9
Views: 1999

PostForum: Ask for Help   Posted: Fri Apr 20, 2007 12:47 pm   Subject: Automate a terminal application?
And remember... you can set the speed for most of the mouse commands. So if you don't want the user seeing slow mouse movements, try setting the speed to 0.
  Topic: Need help with dll call!!
edburdo

Replies: 12
Views: 925

PostForum: Ask for Help   Posted: Fri Apr 20, 2007 12:44 pm   Subject: Need help with dll call!!
VB makes activeX style DLL's. I don't know of AHK can instantiate an ActiveX dll or not. But the regular DLL calls won't work with a ActiveX DLL.
  Topic: Noob syntax question [cant get a linefeed in]
edburdo

Replies: 9
Views: 582

PostForum: Ask for Help   Posted: Tue Apr 10, 2007 2:25 pm   Subject: Noob syntax question [cant get a linefeed in]
@ahklerner:

This is a double quote.
"

And this is a single quote.
'


And just for fun:

This is a back-tick or a back-quote.
`


So to enclose something in double quotes, you do ...
  Topic: [noob] How to get it work with Visual Studio 2005?
edburdo

Replies: 13
Views: 808

PostForum: Ask for Help   Posted: Fri Apr 06, 2007 4:44 pm   Subject: [noob] How to get it work with Visual Studio 2005?
Works OK for me in VS 2005. Running Windows 2k.

I know that Vista and VS 2005 didn't play well either. So maybe it's a Vista VS 2005 issue?
  Topic: loop process too fast?????
edburdo

Replies: 6
Views: 861

PostForum: Ask for Help   Posted: Fri Apr 06, 2007 4:29 pm   Subject: loop process too fast?????
Here is how I automate similar tasks.

Record the steps with the macro recorder (AutoScriptWriter).

Then modify the script to do tweak it the way you want.

I think if you do this, you'll get s ...
  Topic: Copying text to variable without using ^c
edburdo

Replies: 10
Views: 734

PostForum: Ask for Help   Posted: Fri Apr 06, 2007 4:18 pm   Subject: Copying text to variable without using ^c
Those alternate copy/paste functions date back to DOS days. If you open the old DOS Edit program, you'll see them there.

And any app that supports Copy/Paste will support the alternate methods. I ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group