| Author |
Message |
Topic: Keypad number as AutoHotkey |
iamnu
Replies: 2
Views: 206
|
Forum: Ask for Help Posted: Wed Dec 09, 2009 11:57 am Subject: Keypad number as AutoHotkey |
| Thanks again, Jasdeep! I appreciate your help and expertise... |
Topic: Keypad number as AutoHotkey |
iamnu
Replies: 2
Views: 206
|
Forum: Ask for Help Posted: Wed Dec 09, 2009 11:16 am Subject: Keypad number as AutoHotkey |
I'd like to use the following AutoHotkey:
#3::
where the 3 is entered from the numbers keypad.
How is this done please? |
Topic: Start Browser with Gmail |
iamnu
Replies: 4
Views: 233
|
Forum: Ask for Help Posted: Tue Dec 08, 2009 2:21 pm Subject: Start Browser with Gmail |
Peter:
I was not using CoordMode, but I added it, and it did not solve the problem.
Jasdeep:
Excellent suggestion! It works fine. I should have thought of that myself.
Thank you both for ... |
Topic: Start Browser with Gmail |
iamnu
Replies: 4
Views: 233
|
Forum: Ask for Help Posted: Tue Dec 08, 2009 1:41 pm Subject: Start Browser with Gmail |
| I'm trying to start my browser by clicking on the Gmail icon in the system tray, using the following code. It is not working because it seems not to know the x,y values are in the system tray for the ... |
Topic: Help with Code...Focus in the wrong place |
iamnu
Replies: 4
Views: 329
|
Forum: Ask for Help Posted: Thu Nov 19, 2009 12:44 pm Subject: Help with Code...Focus in the wrong place |
Oh, thank you! It works fine now, just like I wanted.
FYI, I had to change two lines of code back to the original way I had them, as follows:
Run C:\Program Files\Equis\MetaStock\Mswin.exe,, ... |
Topic: Help with Code...Focus in the wrong place |
iamnu
Replies: 4
Views: 329
|
Forum: Ask for Help Posted: Wed Nov 18, 2009 1:07 pm Subject: Help with Code...Focus in the wrong place |
The term WinWaitExist produces a syntax error.
One more point of interest here...The DownLoader Window is not active with my original code, but the DownLoader "item" in the Taskbar is act ... |
Topic: Help with Code...Focus in the wrong place |
iamnu
Replies: 4
Views: 329
|
Forum: Ask for Help Posted: Wed Nov 18, 2009 10:01 am Subject: Help with Code...Focus in the wrong place |
When I refer to "Focus", I am mean the Active Window (I'm not sure of the proper terminology).
When this code runs, the Focus goes to somewhere other than "The DownLoader".
W ... |
Topic: HotKey with a space |
iamnu
Replies: 5
Views: 114
|
Forum: Ask for Help Posted: Tue Nov 17, 2009 2:15 am Subject: HotKey with a space |
I'm using !Space::
I'm surprised I couldn't find this in the AutoHotkey Help Window.
Thank you all for your help... |
Topic: HotKey with a space |
iamnu
Replies: 5
Views: 114
|
Forum: Ask for Help Posted: Tue Nov 17, 2009 1:58 am Subject: HotKey with a space |
I'd like to enter the Alt Key and a space character for my AutoHotkey.
Can this be done, and if so, how? |
Topic: Hot Key Modifier Not Working |
iamnu
Replies: 3
Views: 150
|
Forum: Ask for Help Posted: Mon Nov 16, 2009 4:50 pm Subject: Hot Key Modifier Not Working |
Thanks for the reply.
I removed the braces, and my original Hotkey still works, but the new one still does not. No stuck keys either... |
Topic: Hot Key Modifier Not Working |
iamnu
Replies: 3
Views: 150
|
Forum: Ask for Help Posted: Mon Nov 16, 2009 3:14 pm Subject: Hot Key Modifier Not Working |
#H::
{
; Call the Windows API function "SetSuspendState" to have the system suspend or hibernate.
; Windows 95/NT4: Since this function does not exist, the following call woul ... |
Topic: Add AutoHotkey to Google Groups |
iamnu
Replies: 1
Views: 203
|
Forum: Ask for Help Posted: Wed Nov 11, 2009 1:17 pm Subject: Add AutoHotkey to Google Groups |
Can someone explain how to add AutoHotkey Forums (http://www.autohotkey.com/forum/) to my Google Groups (http://groups.google.com/).
Thanks for your help... |
Topic: Add Icon to Notification Area (System Tray) |
iamnu
Replies: 2
Views: 553
|
Forum: Ask for Help Posted: Fri Nov 30, 2007 3:54 pm Subject: Add Icon to Notification Area (System Tray) |
Thanks Skan!
I'll have to study this before implementing, but I think it might be what I want. |
Topic: Add Icon to Notification Area (System Tray) |
iamnu
Replies: 2
Views: 553
|
Forum: Ask for Help Posted: Fri Nov 30, 2007 1:54 pm Subject: Add Icon to Notification Area (System Tray) |
I'm wondering if it is possible to use AutoHotkey to define an icon that can "live" in the notification area, that I can click to open a web page in my default browser?
An example would b ... |
Topic: Hotstrings Auto-Replace Options |
iamnu
Replies: 2
Views: 370
|
Forum: Ask for Help Posted: Sun Sep 16, 2007 12:22 am Subject: Hotstrings Auto-Replace Options |
| Thank you, Mustang! I appreciate your help... |
| |