| Author |
Message |
Forum: Support Topic: close an ahk window |
| kobyashi |
|
Posted: May 31st, 2005, 12:54 pm
|
|
Replies: 7 Views: 974
|
| Yes that works strangely. The thing is, without the SetTitleMatch, the window is found with WinExist() but isn't closable. What I really want is to open and close scripts for diferent kinds of windows. I am currently using window titles to do this because the following code always returns autohotkey... |
|
 |
Forum: Support Topic: close an ahk window |
| kobyashi |
|
Posted: May 30th, 2005, 1:24 pm
|
|
Replies: 7 Views: 974
|
| Well sure that works, just like closing any random window does with WinClose. But what I want to do is close a script that has no UI, just hotkeys. |
|
 |
Forum: Support Topic: close an ahk window |
| kobyashi |
|
Posted: May 30th, 2005, 1:55 am
|
|
Replies: 7 Views: 974
|
| none of the things i've tried seem to work. any help? If WinExist(LastScriptFile) { SoundBeep MsgBox, %ScriptFile%, %LastScriptFile% SendMessage, 0x111, 65307, 0 WinClose ControlSend, ahk_parent, !{F4} } I'm trying to close a script whose name is in the variable LastScrip... |
|
 |
Forum: Issues Topic: Disabling of hotkey chord key |
| kobyashi |
|
Posted: May 28th, 2005, 10:05 am
|
|
Replies: 1 Views: 920
|
In particular, if you have a
Code: LWin:: return ; disabled #a::MsgBox ; won't run
Because the windows prefix key was disabled, somehow the #a chord was also disabled.
I've tested the case with keyboard hook running. |
|
 |
Forum: Support Topic: conditionally binding of keys |
| kobyashi |
|
Posted: May 27th, 2005, 1:19 pm
|
|
Replies: 5 Views: 702
|
| In particular, it would be really nice if a script knew whether the active app is a full-screen graphics/game application. |
|
 |
Forum: Suggestions Topic: ReadProcessMemory / WriteProcessMemory |
| kobyashi |
|
Posted: May 14th, 2005, 10:29 pm
|
|
Replies: 33 Views: 24000
|
| Will there be support for string parameters as output variables in the *call and SendMessage commands in the next version? |
|
 |
Forum: Scripts Topic: Convenient app-launching function |
| kobyashi |
|
Posted: May 14th, 2005, 10:21 pm
|
|
Replies: 1 Views: 4541
|
| Thanks to Chris for adding functions! Below is some of the code I'm using in my AutoHotkey.ini. I think organizing the code this way makes it very readable and easily adjustable for other users' purposes. On top are some hotkeys which rely on code later in the file. The main thing I'm demonstrating ... |
|
 |
Forum: Support Topic: Execute windows API calls |
| kobyashi |
|
Posted: May 9th, 2005, 2:40 am
|
|
Replies: 1 Views: 479
|
| Is it possible to execute ShowWindow() or CreateFont() or other (non-send/post) windows API calls in ahk? If not so, I think this would be a really useful feature. |
|
 |
Forum: Suggestions Topic: adding ID to ControlGet |
| kobyashi |
|
Posted: May 9th, 2005, 2:32 am
|
|
Replies: 1 Views: 809
|
| For various windows commands (WM_CONTEXTMENU is my current goal), it is necessary to pass a control's window handle. I think it would be nice (and easy) to add the ID cmd to ControlGet: ControlGet, hwnd, ID, , ControlName, A retrieve control's windows handle By the way, I'm trying to hide the "outpu... |
|
 |
Forum: Suggestions Topic: Remote Control Capability like VNC |
| kobyashi |
|
Posted: April 19th, 2005, 7:56 am
|
|
Replies: 6 Views: 1874
|
| I would use this feature even if it didn't include a remapping of output. i.e., if all it did was let me control a remote computer's mouse and keyboard, i would find it very useful. I sit next to a computer that I don't use that much because I would have to lean over and use its keyboard/mouse. |
|
 |
| Sort by: |