| Author |
Message |
Forum: Support Topic: Record and execute a script quickly similar to "Quick m |
| vitalyb |
|
Posted: November 17th, 2010, 9:48 pm
|
|
Replies: 4 Views: 206
|
ScottMattes_Offline wrote: QuickAHK doesn't do the recording part, but it makes playback easier for me.
Nice. I'll give it a try. |
|
 |
Forum: Support Topic: Record and execute a script quickly similar to "Quick m |
| vitalyb |
|
Posted: November 17th, 2010, 10:09 am
|
|
Replies: 4 Views: 206
|
hugov wrote: http://www.donationcoder.com/Software/Skrommel/index.html#DoOver
Nice. Can't say it works TOO well, but yeah, that's pretty much what I meant. Thanks! |
|
 |
Forum: Support Topic: Record and execute a script quickly similar to "Quick m |
| vitalyb |
|
Posted: November 17th, 2010, 9:52 am
|
|
Replies: 4 Views: 206
|
| Many times during the day I need to record a key/mouse combination and quickly execute. Autohotkey, however, is a bit heavy for the task. I need to open the script recorder, record the script, open my .ahk file, put it inside, give it a hotkey and only then use it. I'd really like some quick "R... |
|
 |
Forum: Support Topic: Changing default audio device |
| vitalyb |
|
Posted: January 15th, 2010, 7:04 pm
|
|
Replies: 84 Views: 72216
|
| Awesome! It helped me too. Thanks. |
|
 |
Forum: Support Topic: Secondary Monitor |
| vitalyb |
|
Posted: January 15th, 2010, 6:42 pm
|
|
Replies: 70 Views: 36767
|
Nice! @ socd.
Here are all the switches, if needed:
Projector only
displayswitch /external
Monitor only
displayswitch /internal
Project and monitor both
displayswitch /extend
Monitor cloned
displayswitch /clone |
|
 |
Forum: Support Topic: Changing default audio device |
| vitalyb |
|
Posted: January 15th, 2010, 3:45 pm
|
|
Replies: 84 Views: 72216
|
| Why not use the Win7 snippet that was described here? I admit it isn't the best kind and can be faulty (no string checking) but it works. I just updated to windows 7 and needed a toggle version of this script. I mixed and matched what I had with the above posts and came up with this. This will set t... |
|
 |
Forum: Support Topic: Changing default audio device |
| vitalyb |
|
Posted: January 15th, 2010, 3:39 pm
|
|
Replies: 84 Views: 72216
|
|
 |
Forum: Support Topic: Changing default audio device |
| vitalyb |
|
Posted: January 15th, 2010, 3:01 pm
|
|
Replies: 84 Views: 72216
|
| Here is what I found for Win7 here (bottom): I shelled a lot of money on my HTPC, and try to leverage it whenever possible. It sits in a rack in my utility room along with the receiver and cable box. It drives my 720p projector downstairs as well as a 24" panel in my office upstairs. I have 25'... |
|
 |
Forum: Support Topic: Changing default audio device |
| vitalyb |
|
Posted: November 25th, 2009, 11:27 pm
|
|
Replies: 84 Views: 72216
|
That's not surprising... I did it for XP:
Quote: P.S The code works in XP, I assume some changes would be needed under Vista/7
I am sure it isn't too hard to change it to work for 7 though. |
|
 |
Forum: Support Topic: Changing default audio device |
| vitalyb |
|
Posted: November 24th, 2009, 12:00 am
|
|
Replies: 84 Views: 72216
|
| Unfortunately playing with the registry didn't help me. I guess it is because I have a single sound card and I'm just trying to switch between 2 ports (front and back). So I went back to use the following GUI automation. The function below takes "device" as it appears in mmsys.cpl and look... |
|
 |
Forum: Support Topic: Execute a certain function in ahk script from command line |
| vitalyb |
|
Posted: February 6th, 2009, 9:29 pm
|
|
Replies: 4 Views: 505
|
evan wrote: it sounds like u are trying to do DLL injection to a game/program?
No... Just trying to execute a function in script from another process. |
|
 |
Forum: Support Topic: Execute a certain function in ahk script from command line |
| vitalyb |
|
Posted: February 6th, 2009, 9:27 pm
|
|
Replies: 4 Views: 505
|
OnMessage could work for me
Command line would be simpler but this is more flexible I guess. |
|
 |
Forum: Support Topic: Execute a certain function in ahk script from command line |
| vitalyb |
|
Posted: February 6th, 2009, 7:26 pm
|
|
Replies: 4 Views: 505
|
| Hi, I have an AHK script with many useful functions, each is executed with a certain key combination. I'd like to be able to execute some of these functions from a different application, the only way I see to do that now is to simulate a hotkey presses progrmatically (ugh). Is there a way I could ru... |
|
 |
Forum: Support Topic: Toggling menu item in Windows Media Player |
| vitalyb |
|
Posted: December 21st, 2008, 9:23 am
|
|
Replies: 2 Views: 320
|
| Hi, I'm trying to do the following: 1) In Windows Media Player get a state of a menu item (checked or not checked), for the sake of example, lets say Play->Shuffle menu item. 2) If it is unchecked, I want to click on it. I got the clicking part working: SendMessage, 0x111, 19802, 0,, Windows Media P... |
|
 |
Forum: Scripts Topic: Hotkeys for 'MyLife Organized' (An Excellent Task Outliner) |
| vitalyb |
|
Posted: October 10th, 2008, 12:23 am
|
|
Replies: 1 Views: 2104
|
| Nice work! I'll check it out. |
|
 |
| Sort by: |