| Author |
Message |
Topic: Fn key on thinkpad - bind to control |
randallf
Replies: 2
Views: 63
|
Forum: Ask for Help Posted: Mon Mar 08, 2010 5:57 pm Subject: Fn key on thinkpad - bind to control |
| guess ill go without for now thanks |
Topic: Fn key on thinkpad - bind to control |
randallf
Replies: 2
Views: 63
|
Forum: Ask for Help Posted: Mon Mar 08, 2010 3:41 pm Subject: Fn key on thinkpad - bind to control |
Hello,
I have a stupid IBM thinkpad with no windows key. The lower left is like:
[Fn][ Ctrl ][ Alt ]
I'd like this to behave like:
[Ctrl][Win][Alt]
But have Shift + Fn behave like norma ... |
Topic: Killing Application Popups |
randallf
Replies: 3
Views: 91
|
Forum: Ask for Help Posted: Tue Mar 02, 2010 8:42 am Subject: Killing Application Popups |
u need a loop or settimer to keep running the code to check
thanks wasn't sure about that |
Topic: Killing Application Popups |
randallf
Replies: 3
Views: 91
|
Forum: Ask for Help Posted: Tue Mar 02, 2010 7:20 am Subject: Killing Application Popups |
Hello,
Should this kill any popup with the appropriate window title? Avira is great but the ads are annoying... this doesn't seem to work.
#Persistent
#IfWinExist, Notifier of Avira
{
... |
Topic: Error when running compiled exe - COM_L |
randallf
Replies: 5
Views: 77
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 9:39 pm Subject: Error when running compiled exe - COM_L |
| Thank you for the info! I'll get that sorted and try again. |
Topic: Error when running compiled exe - COM_L |
randallf
Replies: 5
Views: 77
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 9:28 pm Subject: Error when running compiled exe - COM_L |
| Compiled, I mean, the package for autohotkey_L doesn't have an installer so it leads me to beleive that AHK.exe isn't even involved in this. |
Topic: Grayscaled Desktop ... |
randallf
Replies: 2
Views: 128
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 4:56 am Subject: Grayscaled Desktop ... |
| I don't know how to do it with AHK, but this is idea is just like the feature that the OS uses in Vista (maybe 7 as well) that grey's the desktop when you choose 'shut down' and it prompts you for an ... |
Topic: Stop autorepeating key |
randallf
Replies: 3
Views: 112
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 4:51 am Subject: Stop autorepeating key |
If I move joystick right it presses right key till I leave the joystick. The thing I want to do is move the joystick right, send the key once. No repeat keys.
Let's say right joystick = "a&qu ... |
Topic: Constant loop while a gui exists |
randallf
Replies: 3
Views: 76
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 4:46 am Subject: Constant loop while a gui exists |
If all you want to do is change text on something without killing the GUI the command specifically (for text and edit fields) is
GuiControl,,ControlVlabel, This is the new text |
Topic: Stop autorepeating key |
randallf
Replies: 3
Views: 112
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 4:44 am Subject: Stop autorepeating key |
| Which key? |
Topic: [Hiring] AutoHotKey Coder for a project |
randallf
Replies: 1
Views: 239
|
Forum: General Chat Posted: Sat Feb 20, 2010 4:42 am Subject: [Hiring] AutoHotKey Coder for a project |
"advanced" has a lot of meanings. I answer questions frequently but many here put me to complete shame.
Maybe post an idea of what it is you're looking for specifically, and you may find ... |
Topic: hotkeys and options |
randallf
Replies: 1
Views: 113
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 4:41 am Subject: hotkeys and options |
IfWinActive
GetKeyState
http://www.autohotkey.com/docs/commands.htm |
Topic: Autohotkey with League of legends |
randallf
Replies: 5
Views: 279
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 4:39 am Subject: Autohotkey with League of legends |
We need to know exactly what commands the game expects in the chat window as well as the window title of the game, at a minimum. The command syntax from a help file would also be helpful.
Also plea ... |
Topic: Bug in number conversion program |
randallf
Replies: 3
Views: 113
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 4:38 am Subject: Bug in number conversion program |
If it's just flipping comma and period,
StringReplace, String, String, ., `, ;not sure if you need escape char`
StringReplace, String, String, `, . ;again not sure if you need escape char
Oh ri ... |
Topic: windows activation |
randallf
Replies: 4
Views: 139
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 4:36 am Subject: windows activation |
If I remember correctly only 7 has a Program Files (x86) directory.
Vista may as well, but there are other subtle differences.
Perhaps if you share what you are attempting to accomplish and the ... |
| |