| Author |
Message |
Topic: Remapping a few keys |
Kahz
Replies: 44
Views: 3389
|
Forum: Ask for Help Posted: Sat Feb 14, 2009 7:48 pm Subject: Remapping a few keys |
It will probably need to be tweaked for the latest version of 3dsmax:
http://3dfolio.com/tools-tabletmax.php |
Topic: AHK Chat (Another Method) |
Kahz
Replies: 27
Views: 20996
|
Forum: Scripts & Functions Posted: Mon Nov 03, 2008 3:14 am Subject: AHK Chat (Another Method) |
| I'm no longer maintaining this code. The last update I made was 11/23/2006. This is the same code I linked on the first page. I am posting it here in response to a request by a user. I hope this will ... |
Topic: real expose clone |
Kahz
Replies: 291
Views: 40871
|
Forum: Scripts & Functions Posted: Wed Aug 06, 2008 6:42 am Subject: real expose clone |
This script doesn't work for me. When I hit Win-Tab the active window loses focus but nothing appears on the screen.
I use the alternative shell Litestep with Windows XP. Could this be the reason? |
Topic: Mouse movement along a catmull-rom spline |
Kahz
Replies: 2
Views: 584
|
Forum: Ask for Help Posted: Fri Sep 28, 2007 4:14 am Subject: Mouse movement along a catmull-rom spline |
| If I have two points a beginning and a destination how can the movement between these two points be plotted with a random point in the middle using catmull-rom interpolation? |
Topic: How to prevent the parent window from losing focus? |
Kahz
Replies: 5
Views: 4422
|
Forum: Ask for Help Posted: Mon Sep 17, 2007 4:31 pm Subject: How to prevent the parent window from losing focus? |
With this I can actually embed one program into another seamlessly by parenting it to a child window or an MDI window and setting these flags to prevent loss of focus from the main application.  |
Topic: How to prevent the parent window from losing focus? |
Kahz
Replies: 5
Views: 4422
|
Forum: Ask for Help Posted: Sun Sep 16, 2007 10:20 pm Subject: How to prevent the parent window from losing focus? |
Thank you! I've been trying to get this to work forever.  |
Topic: How to prevent the parent window from losing focus? |
Kahz
Replies: 5
Views: 4422
|
Forum: Ask for Help Posted: Sun Sep 16, 2007 2:51 am Subject: How to prevent the parent window from losing focus? |
When I set a window as a child of another using SetParent how can I prevent a loss of focus of the parent window (the title bar greying out) when I select the child inside?
Is there some way to gro ... |
Topic: Click not sending mouse up? |
Kahz
Replies: 3
Views: 552
|
Forum: Ask for Help Posted: Tue Aug 21, 2007 11:10 pm Subject: Click not sending mouse up? |
I tried using to click on the "Google Search" button at Google.com. Also in Notepad.
I downloaded the latest version of AutoHotkey and still have this problem. |
Topic: Child of SetParent lost to oblivion? |
Kahz
Replies: 2
Views: 622
|
Forum: Ask for Help Posted: Tue Aug 21, 2007 8:44 pm Subject: Child of SetParent lost to oblivion? |
Excellent. Thank you.  |
Topic: Child of SetParent lost to oblivion? |
Kahz
Replies: 2
Views: 622
|
Forum: Ask for Help Posted: Tue Aug 21, 2007 7:29 pm Subject: Child of SetParent lost to oblivion? |
I noticed that if I set a process as a child of a gui window and then close that gui window the child is still a running process but is no longer visible.
Do I have to run my own cleanup for this s ... |
Topic: Click not sending mouse up? |
Kahz
Replies: 3
Views: 552
|
Forum: Ask for Help Posted: Tue Aug 21, 2007 7:20 pm Subject: Click not sending mouse up? |
numpad9::
click
return
Shouldn't this be the same as a mouse down/up? It only sends mouse down. |
Topic: Sending mouse and keyboard events to a child window? |
Kahz
Replies: 2
Views: 810
|
Forum: Ask for Help Posted: Thu Jul 12, 2007 3:48 am Subject: Sending mouse and keyboard events to a child window? |
That method of preventing focus is very nice except that it only functions on the parent script and not the child. It also doesn't prevent focus when a keystroke is sent to it.
Or better yet, if I ... |
Topic: Sending mouse and keyboard events to a child window? |
Kahz
Replies: 2
Views: 810
|
Forum: Ask for Help Posted: Thu Jul 12, 2007 3:11 am Subject: Sending mouse and keyboard events to a child window? |
I'm trying to disable mouse/keyb events on the child window without actually disabling it so that it functions normally but won't steal focus from the parent when clicked on.
My question is, is the ... |
Topic: How to detect if a particular mouse button is present? |
Kahz
Replies: 7
Views: 675
|
Forum: Ask for Help Posted: Wed Jul 11, 2007 11:16 pm Subject: How to detect if a particular mouse button is present? |
I want the script that I'm writing to be prepared for all possible mouse buttons 1, 2, 3, 4.. that might be available.
The problem I have is that if I run my script and the particular mouse button ... |
Topic: Identifying the current cursor |
Kahz
Replies: 3
Views: 714
|
Forum: Ask for Help Posted: Thu Mar 15, 2007 10:57 pm Subject: Identifying the current cursor |
| In this case all of the cursors I'm trying to identify are custom to this application so A_Cursor always returns "Unknown". |
| |