| Author |
Message |
Topic: Why do some programs not obey EnvSet command? |
yaramorgan
Replies: 5
Views: 762
|
Forum: Ask for Help Posted: Fri Apr 09, 2010 11:14 am Subject: Why do some programs not obey EnvSet command? |
I guess it's a thorny issue. However, I find changing the environment variable to "UserProfile" successfully redirects the files for most apps.
@awannaknow - I did a thorough registry sca ... |
Topic: Why do some programs not obey EnvSet command? |
yaramorgan
Replies: 5
Views: 762
|
Forum: Ask for Help Posted: Thu Apr 08, 2010 3:18 pm Subject: Why do some programs not obey EnvSet command? |
Hi all,
I've been in the process of creating app launchers with autohotkey to portabalize several of my apps. In its most basic form (without regwrites) the scripts look like this (I'll use the fr ... |
Topic: Mouseoptions = Run, rundll32.exe shell32.dll,Control_RunD... |
yaramorgan
Replies: 11
Views: 1540
|
Forum: Ask for Help Posted: Wed Dec 30, 2009 3:18 pm Subject: Mouseoptions = Run, rundll32.exe shell32.dll,Control_RunD... |
This post looked like it died a while ago, but just in case someone stumbles on it looking for an answer, the following works for the Synaptics settings in Mouse Properties:
SendMessage, 0x1330, 5, ... |
Topic: LWin Down, tap V to scroll list, release both to paste |
yaramorgan
Replies: 4
Views: 314
|
Forum: Ask for Help Posted: Wed Dec 30, 2009 2:45 pm Subject: LWin Down, tap V to scroll list, release both to paste |
| Hi Fred, yes, that's exactly the program I use. The built in hotkey configuration is a nice feature, but the problem is that it's limited to alpha-numberic characters, so it doesn't allow me to use so ... |
Topic: LWin Down, tap V to scroll list, release both to paste |
yaramorgan
Replies: 4
Views: 314
|
Forum: Ask for Help Posted: Wed Dec 30, 2009 9:20 am Subject: LWin Down, tap V to scroll list, release both to paste |
Thanks a_h_k for the reply . Unfortunately, the command doesn't seem to work. It sends the LWin key repeatedly when holding down RAlt, and the Clipboard program isn't able to receive the keystroke ... |
Topic: LWin Down, tap V to scroll list, release both to paste |
yaramorgan
Replies: 4
Views: 314
|
Forum: Ask for Help Posted: Tue Dec 29, 2009 6:25 pm Subject: LWin Down, tap V to scroll list, release both to paste |
Hi all, I've literally spent the last two days trying to figure this out. As of now I've pretty much given up, but decided to post as a last ditch effort.
I use a program called "Clipboard Re ... |
Topic: Notify() - multiple easy tray area notifications |
yaramorgan
Replies: 222
Views: 21941
|
Forum: Scripts & Functions Posted: Sun Dec 27, 2009 3:41 pm Subject: Notify() - multiple easy tray area notifications |
First and foremost I'd like to thank gwarble for this great function! So far I've used it in a couple of my scripts and it works flawlessly
I'm wondering, is it possible to set different fonts ... |
Topic: Refreshing a GUI with SetTimer |
yaramorgan
Replies: 17
Views: 960
|
Forum: Ask for Help Posted: Fri Dec 11, 2009 2:33 am Subject: Refreshing a GUI with SetTimer |
| Well, I finally figured out how to achieve what I was looking for. The code below will set the active window to AlwaysOnTop, and a small gui will appear on the titlebar. When the window is moved, mini ... |
Topic: Wait until program loads to send keystrokes |
yaramorgan
Replies: 3
Views: 425
|
Forum: Ask for Help Posted: Mon Dec 07, 2009 4:58 pm Subject: Wait until program loads to send keystrokes |
Thanks for the replies guys I fiddled around with both of your suggestions but eventually realized that WinWait can work if I include DetectHiddenWindow, On But both of your suggestions led ... |
Topic: Wait until program loads to send keystrokes |
yaramorgan
Replies: 3
Views: 425
|
Forum: Ask for Help Posted: Thu Dec 03, 2009 5:46 pm Subject: Wait until program loads to send keystrokes |
Hi All,
I use Babylon Dictionary and have been trying to solve a relatively simple problem but without any luck. When Babylon is launched, it automatically sits in the system tray without it's mai ... |
Topic: Refreshing a GUI with SetTimer |
yaramorgan
Replies: 17
Views: 960
|
Forum: Ask for Help Posted: Thu Dec 03, 2009 3:34 pm Subject: Refreshing a GUI with SetTimer |
| Hi Doyle, thanks for the reply. I have actually been looking for a script that has the intended function I mentioned (create a visible marker on a window when it's set to alwaysontop). After months of ... |
Topic: Refreshing a GUI with SetTimer |
yaramorgan
Replies: 17
Views: 960
|
Forum: Ask for Help Posted: Wed Dec 02, 2009 7:37 pm Subject: Refreshing a GUI with SetTimer |
| The script posted by Doyle is exactly what I was looking for. I have attempted to change it so that a small gui window follows and sticks to the window which is set to always-on-top (Exstyle WS_EX_TOP ... |
Topic: Folder Menu - a popup menu to quickly change your folders |
yaramorgan
Replies: 178
Views: 51045
|
Forum: Scripts & Functions Posted: Wed Aug 12, 2009 3:35 pm Subject: Folder Menu - a popup menu to quickly change your folders |
| Thanks for the reply Rexx. Works great! On another note, I have tried to change parts of the script so that when I'm in browse mode (have option to use without Capslock), you can click the right mouse ... |
Topic: Folder Menu - a popup menu to quickly change your folders |
yaramorgan
Replies: 178
Views: 51045
|
Forum: Scripts & Functions Posted: Wed Aug 12, 2009 7:47 am Subject: Folder Menu - a popup menu to quickly change your folders |
| First, let me just say this a brilliant script! I have downloaded the V2 version but for some reason I cannot see any icons in the menu. When I'm in the scripts gui option menu, I can see the icons. I ... |
Topic: Possible to show a button on titlebar for alwaysontop? |
yaramorgan
Replies: 5
Views: 393
|
Forum: Ask for Help Posted: Tue Aug 11, 2009 4:57 pm Subject: Possible to show a button on titlebar for alwaysontop? |
Thanks for recommendation engunneer! I tried it out and it is in fact the closest thing to what I was looking for  |
| |