| Author |
Message |
Topic: No Mouse Today! - A Numpad Mouse Replacement |
RobOtter
Replies: 11
Views: 672
|
Forum: Scripts & Functions Posted: Tue Jun 03, 2008 2:37 pm Subject: No Mouse Today! - A Numpad Mouse Replacement |
| Thanks to allow for my wishes - I´m looking forward to the next version! |
Topic: No Mouse Today! - A Numpad Mouse Replacement |
RobOtter
Replies: 11
Views: 672
|
Forum: Scripts & Functions Posted: Tue Jun 03, 2008 11:41 am Subject: No Mouse Today! - A Numpad Mouse Replacement |
9 and 3 are already used - navigate forward and back (XButton1 and 2)
Personally, I dislike this behavior since it has nothing to do with mouse movement. But feel free to do whatever you like with yo ... |
Topic: No Mouse Today! - A Numpad Mouse Replacement |
RobOtter
Replies: 11
Views: 672
|
Forum: Scripts & Functions Posted: Tue Jun 03, 2008 9:37 am Subject: No Mouse Today! - A Numpad Mouse Replacement |
Is there a autohotkey scroll right/left? I am assuming you mean the mouse wheel scroll, and not keyboard arrows yes?
You´re right, that´s what I´ve meant. Although there is no native support in AHK f ... |
Topic: No Mouse Today! - A Numpad Mouse Replacement |
RobOtter
Replies: 11
Views: 672
|
Forum: Scripts & Functions Posted: Tue Jun 03, 2008 7:54 am Subject: No Mouse Today! - A Numpad Mouse Replacement |
Hi Icarus, thanks for this little gem!
I tried it and it comes quite handy for me. I really like the idea of letting a mouse button held down - this could really help people having trouble pressing s ... |
Topic: UrlDownloadToVar |
RobOtter
Replies: 37
Views: 10866
|
Forum: Scripts & Functions Posted: Tue Apr 15, 2008 9:51 am Subject: UrlDownloadToVar |
I´m not quite happy with this ugly kind of workaround to get URL contents into a variable...
Although I´m a programmer myself, I´m not familiar with C++ but I suspect it couldn´t be too hard to imple ... |
Topic: Compiled script: "exe corrupted" on Windows Server |
RobOtter
Replies: 2
Views: 140
|
Forum: Ask for Help Posted: Fri Apr 04, 2008 6:50 pm Subject: Compiled script: "exe corrupted" on Windows Server |
Thanks for the hint, but it doesn´t work. Although the file is nearly doubled in size (proof that UPX packer is not used), the message stays the same.
But I finally found the problem. It was only b ... |
Topic: Compiled script: "exe corrupted" on Windows Server |
RobOtter
Replies: 2
Views: 140
|
Forum: Ask for Help Posted: Fri Apr 04, 2008 7:51 am Subject: Compiled script: "exe corrupted" on Windows Server |
Hi,
I installed Windows Server 2008 (Standard Edition, 32bit, 60-day trial) in VirtualBox VM.
I tried to run a compiled script which works flawlessly under 2k, XP, Vista a.s.o.
If I run it under WS ... |
Topic: DllCall example for "RegLoadMUIStringW" |
RobOtter
Replies: 2
Views: 183
|
Forum: Ask for Help Posted: Fri Apr 04, 2008 7:17 am Subject: DllCall example for "RegLoadMUIStringW" |
Many thanks, works like a charm!
I´m sure that with this information, I can derive a similar solution for XP by myself - the RegLoadMUIStringW function is not provided prior to Vista, but afaik sim ... |
Topic: DllCall example for "RegLoadMUIStringW" |
RobOtter
Replies: 2
Views: 183
|
Forum: Ask for Help Posted: Mon Mar 31, 2008 2:59 pm Subject: DllCall example for "RegLoadMUIStringW" |
Under Vista, I´d like to read the registry values of availabe keyboard layouts (HKLM\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\* ).
The strings specific for the user language of the Vista ins ... |
Topic: Send mouse scrolls to window under mouse |
RobOtter
Replies: 47
Views: 7565
|
Forum: Scripts & Functions Posted: Thu Feb 21, 2008 9:33 am Subject: Send mouse scrolls to window under mouse |
| What is the most flexible use for the middle mouse button (as we have found a very good one for the wheel now). I would like to make it dependent on the used application. KatMouse seems to have an opt ... |
Topic: Send mouse scrolls to window under mouse |
RobOtter
Replies: 47
Views: 7565
|
Forum: Scripts & Functions Posted: Thu Feb 21, 2008 8:54 am Subject: Send mouse scrolls to window under mouse |
I'm using the first accelerated version of shimanov's code. Thanks to all involved here. But I don't know clearly yet where and how this "KatMouse" functionality will improve my workflow?
... |
Topic: SingleInstance, Ignore and command line parameters? |
RobOtter
Replies: 7
Views: 468
|
Forum: Ask for Help Posted: Fri Dec 07, 2007 12:09 pm Subject: SingleInstance, Ignore and command line parameters? |
| Can you assign your function keys to documents? For instance, you could create a file type ".ahkcmd" and register that with DDE or IDropTarget (aka "AutoHotkeyVerb".) Then create ( ... |
Topic: SingleInstance, Ignore and command line parameters? |
RobOtter
Replies: 7
Views: 468
|
Forum: Ask for Help Posted: Thu Dec 06, 2007 5:13 am Subject: SingleInstance, Ignore and command line parameters? |
| DDE sounds like an interesting approach but I really have no clue how to send a DDE message from the command line - I think this is what I would have to do if I don´t want to start a program at the pr ... |
Topic: SingleInstance, Ignore and command line parameters? |
RobOtter
Replies: 7
Views: 468
|
Forum: Ask for Help Posted: Wed Dec 05, 2007 9:01 am Subject: SingleInstance, Ignore and command line parameters? |
let the second script run, but if it detects another copy, IPC over the items you want, then close.
Sorry, I don´t understand: what does IPC mean?
Thanks to you both for your efforts, but I would ... |
Topic: SingleInstance, Ignore and command line parameters? |
RobOtter
Replies: 7
Views: 468
|
Forum: Ask for Help Posted: Tue Dec 04, 2007 4:47 pm Subject: SingleInstance, Ignore and command line parameters? |
Because of performance issues, I want to keep a script unreplaceable by using #SingleInstance Ignore
I discovered that in this mode it seems not possible to receive command line parameters if the scr ... |
| |