| Author |
Message |
Forum: Support Topic: Antivirus (NOD32) says Autohotkey install is a virus |
| Robert Carnegie |
|
Posted: March 10th, 2009, 3:21 pm
|
|
Replies: 3 Views: 390
|
| I have various install files of Autohotkey on a network drive and NOD32 came up the other day stating AutoHotkey104414_Install.exe » NSIS » AutoHotkeySC.bin - probably a variant of Win32/Autorun worm Like I said, this is an older version of Autohotkey install, but I was curious if anyone else had t... |
|
 |
Forum: Support Topic: num1 between %x% and %y% and num2 between %w% and %z% ? |
| Robert Carnegie |
|
Posted: November 8th, 2006, 12:18 am
|
|
Replies: 1 Views: 530
|
| Tested in AHk 1.0.44.14, I think This is most likely my misunderstanding, but I intended to use a formula, If NowX between %Desktop1Left% and %Desktop1Right% and NowY between %Desktop1Top% and %Desktop1Bottom% No? The program, which I have made to work, is to support an unusual and possibly interest... |
|
 |
Forum: Support Topic: Run from command line |
| Robert Carnegie |
|
Posted: November 1st, 2006, 2:15 am
|
|
Replies: 8 Views: 846
|
| Wasn't there a program written that whatever you pass to it in variables, the name of an AutoHotkey command and parameters, it executes that command? So you'd just need a little bit more - which may already exist - for a script that accepts command line parameters and uses that module to run the spe... |
|
 |
Forum: Support Topic: How to control an object WindowSpy can't see? (MicroTouch) |
| Robert Carnegie |
|
Posted: November 1st, 2006, 2:00 am
|
|
Replies: 2 Views: 1259
|
| That got it! Thanks! The button seems to respond to WinMove but to little else, so I cut the script down to this to move it near to top right of the non-taskbar area - I've forgotten how to do quotes so, ; obtain Desktop1Left Desktop1Top Desktop1Right Desktop1Bottom ; SysGet, Desktop1, MonitorWorkAr... |
|
 |
Forum: Support Topic: How to control an object WindowSpy can't see? (MicroTouch) |
| Robert Carnegie |
|
Posted: October 30th, 2006, 2:28 pm
|
|
Replies: 2 Views: 1259
|
| MicroTouch software for a touchscreen monitor places a right-button icon in a square tile at bottom right of the screen. When this button is pressed, the next touch on the screen is interpreted as a right (secondary) mouse button instead of a left (primary) mouse button. I would like to move this bu... |
|
 |
Forum: Support Topic: Using VNC to run AHK on a machine w/o monitor |
| Robert Carnegie |
|
Posted: October 30th, 2006, 2:06 pm
|
|
Replies: 15 Views: 1536
|
| We presume the script is still running when VNC is disconnected, it just doesn't find your target image. (You can test that. From limited experience with TightVNC, I would expect it, whereas Windows Remote Desktop Connection for instance to an XP Professional machine goes to a locked screensaver whe... |
|
 |
Forum: Suggestions Topic: Events specific to Windows Tablet Edition? |
| Robert Carnegie |
|
Posted: April 13th, 2006, 10:15 am
|
|
Replies: 5 Views: 2028
|
| Now here's a specific issue: on my Tablet PC, Compaq TC1000, BlockInput doesn't block stylus actions, which are equivalent to mouse actions. I say on /my/ Tablet PC, because every Tablet PC other than this model uses a Wacom screen digitiser, and that may make a difference. I have a different digiti... |
|
 |
Forum: Support Topic: How to spy on mouse and stylus clicks without interfering? |
| Robert Carnegie |
|
Posted: January 23rd, 2006, 12:58 pm
|
|
Replies: 2 Views: 1940
|
| You probably already know that you can catch mouse clicks (perhaps even those generated with a tablet pen) by creating pass-through hotkeys for the mouse buttons. For example: ~LButton:: ~RButton:: I didn't - and I managed to misread this as telling me about the basic LButton, RButton functionality... |
|
 |
Forum: Suggestions Topic: Events specific to Windows Tablet Edition? |
| Robert Carnegie |
|
Posted: January 21st, 2006, 4:50 pm
|
|
Replies: 5 Views: 2028
|
| At http://codebetter.com/blogs/peter.van.ooijen/archive/2005/02/28/56161.aspx there is a description of Tablet PC stylus support - which may be somewhat applicable to other PC tablets as well. Not only do I not vouch for its accuracy or completeness, I don't even really understand it - sorry! At the... |
|
 |
Forum: Support Topic: Need help with randomly timed popups ;) |
| Robert Carnegie |
|
Posted: January 21st, 2006, 12:08 am
|
|
Replies: 5 Views: 799
|
| Does the new feature in AHk 1.0.41.00 of directing your commands to a specific window fix this? I haven't tried it myself yet. Another angle might be frequently to send your desired target application to the top. If these are both too easy to actually work, have you tried setting AutoHotkey and the ... |
|
 |
Forum: Support Topic: How to spy on mouse and stylus clicks without interfering? |
| Robert Carnegie |
|
Posted: January 20th, 2006, 1:44 pm
|
|
Replies: 2 Views: 1940
|
| In the context of of discussion http://www.tabletpcbuzz.com/forum/topic.asp?TOPIC_ID=32151 I want to detect mouse or stylus pen-down in more-or-less any application, without interfering with the normal effect of the action - including double-click, drag-and-drop, etc. There are hints that I can use ... |
|
 |
Forum: Support Topic: Force script to run in a particular screen resolution |
| Robert Carnegie |
|
Posted: August 12th, 2005, 2:05 am
|
|
Replies: 2 Views: 705
|
| Perhaps you can make the script resize Internet Explorer, or your chosen Web browser, to a particular window size - in other words, don't run full-screen. (You can run near-full-screen with an auto-hidden taskbar on your machine.) If on your machine and on your colleague's, AHk tries to work on an I... |
|
 |
Forum: Support Topic: Mouse reverseing. |
| Robert Carnegie |
|
Posted: August 12th, 2005, 1:39 am
|
|
Replies: 1 Views: 722
|
| One approach would be a loop that repeatedly reads the mouse pointer coordinates, computes where they are relative to the previous mouse coordinates, and performs a MouseMove in the opposite direction. So the mouse does move left/up but then it immediately gets moved to the same distance right/down ... |
|
 |
Forum: Support Topic: How accurate is Sleep? / Name, time of XP "Scheduled Ta |
| Robert Carnegie |
|
Posted: August 12th, 2005, 1:09 am
|
|
Replies: 1 Views: 850
|
| Some of my Windows Scheduled Tasks apparently decide that they don't want to run. Simple and annoying. The run time sits there even though it isn't a future date any more. I wanted to record one show from 07:28 to 08:03 and another 08:28 to 09:03; at 08:50, I find I've got a recording from 07:28 sti... |
|
 |
Forum: Support Topic: How accurate is Sleep? / Name, time of XP "Scheduled Ta |
| Robert Carnegie |
|
Posted: August 9th, 2005, 2:21 am
|
|
Replies: 1 Views: 850
|
| Mostly as reassurance, how accurate is the Sleep command in millisecconds? I see AHk Help bills it as accurate to 10 milliseconds and at risk of overrunning "if the CPU is under load", which is probably okay. I decided to reprogram my crazy PC video/radio software - it has to spend a full minute clo... |
|
 |
| Sort by: |