AutoHotkey Community

It is currently May 23rd, 2012, 10:36 pm

All times are UTC [ DST ]


Search found 16 matches
Search these results:

Author Message

 Forum: Support   Topic: Hotkeys Don't Run In Virtual PC?

Posted: February 21st, 2012, 1:34 am 

Replies: 2
Views: 88


Finally figured this out, based on some other posts I found. This can be an issue with running a virtual machine in Vista or Win7. Has nothing to do with AHK: On the host machine, go to administrative tools, local security policy, Software Restriction Policies, Additional Rules. Create a new rule fo...

 Forum: Support   Topic: Hotkeys Don't Run In Virtual PC?

Posted: February 20th, 2012, 10:55 pm 

Replies: 2
Views: 88


I'm running Windows 7 Ultimate 64-bit. I have a virtual machine running in MS Virtual PC. Both are running AHK. I can't get any of the hotkeys to run in the VM. They only work in the host, even with the VM maximized in the foreground.

What am I missing here? Will this work?

Thanks

 Forum: Scripts   Topic: Accessibility Standard Library

Posted: July 27th, 2010, 10:44 pm 

Replies: 34
Views: 13510


I use these include statements to avoid load errors: #include e:\program files\AutoHotKey\Extras\Scripts\ACC.ahk #include e:\program files\AutoHotKey\Extras\Scripts\COM.ahk Just found this thread and am starting to play with this technique. Looks really promising! Is doing the include thing above t...

 Forum: Support   Topic: 2 Runs, Second Doesn't Work

Posted: May 3rd, 2010, 8:41 pm 

Replies: 2
Views: 189


This is due to one line Hotkeys (so only same line gets executed). #k:: RunWait, c:\pskill procname > c:\pskill.txt Run c:\pskill.txt return Ok, now I feel like a total idiot. I've been using AHK for years and never knew this. Many of my scripts are really just one-liners, but I always put a return...

 Forum: Support   Topic: 2 Runs, Second Doesn't Work

 Post subject: 2 Runs, Second Doesn't Work
Posted: May 3rd, 2010, 7:26 pm 

Replies: 2
Views: 189


I have this simple script: ; ; (Win+k) - Kill Bad Process ; #k::RunWait, c:\pskill procname > c:\pskill.txt Run c:\pskill.txt return I can see the command window pop up from the first line, but the second line never runs. I have tried combinations of Run and RunWait. I have tried calling Notepad dir...

 Forum: Support   Topic: Sleep Not Working?

Posted: August 31st, 2009, 7:57 pm 

Replies: 3
Views: 561


Ok, now I feel like a total dunce, but I do appreciate the reply. Putting the sleep command on a separate line works like a champ.

 Forum: Support   Topic: Sleep Not Working?

 Post subject: Sleep Not Working?
Posted: August 31st, 2009, 7:13 pm 

Replies: 3
Views: 561


I'm trying to get a 2 second delay between keystrokes. I started out with: {Enter}{Sleep,2000}{Tab} but the cursor immediately tabs to the next field. I've played around with the number, even going as high as 2000000 (two million), but still the cursor immediately tabs to the next field. What am i m...

 Forum: Support   Topic: StatusBarGetText in Thunderbird?

Posted: November 5th, 2008, 8:55 pm 

Replies: 15
Views: 1053


Were you born this nasty and hateful, or does you life just really suck?

 Forum: Support   Topic: StatusBarGetText in Thunderbird?

Posted: November 5th, 2008, 5:18 pm 

Replies: 15
Views: 1053


BTW, imacros is for Firefox, not Thunderbird.

 Forum: Support   Topic: StatusBarGetText in Thunderbird?

Posted: November 5th, 2008, 4:58 am 

Replies: 15
Views: 1053


engunneer wrote:
mozilla software does not use standard controls, so AHK can't see them directly...


Did anyone ever figure out a way to do this? I've been playing with this for a couple days, but can't find a way to see the status bar text in Mozilla Thunderbird.

 Forum: Support   Topic: How Do 'Run' Shortcuts Work?

Posted: April 19th, 2008, 11:33 pm 

Replies: 7
Views: 304


Ian wrote:
The default setting for all files on Windows is to not display file extensions.


?????????????????????????????

 Forum: Support   Topic: How Do 'Run' Shortcuts Work?

Posted: April 19th, 2008, 11:32 pm 

Replies: 7
Views: 304


Clash wrote:
keybreeze - a program i use looks at the shortcuts in the start menu. maybe it's similar.


Just gave keybreeze a spin, and it bulit the association "ultraedit-32" to the executable "uedit32.exe".

Close, but no cigar.

 Forum: Support   Topic: How Do 'Run' Shortcuts Work?

Posted: April 19th, 2008, 11:21 pm 

Replies: 7
Views: 304


Z Gecko wrote:
Are you shure the path to your UltraEdit file is NOT contained in the PATH var?


In fact it is, but the executable name is uedit32.exe and NOT UltraEdit. That's exactly why I'm trying to find out how the association is made.

 Forum: Support   Topic: How Do 'Run' Shortcuts Work?

Posted: April 18th, 2008, 10:06 pm 

Replies: 7
Views: 304


I just discovered that I can do this: Run UltraEdit instead of having to do this: Run "C:\Program Files\IDM Computer Solutions\UltraEdit-32\uedit32.exe" However, the shortcut doesn't work from a Windows Start->Run window. I can also run "Firefox" and not have to specify "C:\...

 Forum: Support   Topic: Only Get Partial Window Title?

Posted: April 15th, 2008, 10:31 pm 

Replies: 2
Views: 454


Awesome. Thanks!!!!!!!!!
Sort by:  
Page 1 of 2 [ Search found 16 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group