| Author |
Message |
Topic: Windows Vista: Windows key - Send conflict |
superdave2k
Replies: 15
Views: 4079
|
Forum: Bug Reports Posted: Thu Jan 18, 2007 4:32 am Subject: Windows Vista: Windows key - Send conflict |
Those results are a bit unexpected, but I'm glad to have them. Thanks for sharing them.
That was on Vista 32-bit; I noticed the OP was running x64. I do know that x64 is a lot more locked down (fo ... |
Topic: Windows Vista: Windows key - Send conflict |
superdave2k
Replies: 15
Views: 4079
|
Forum: Bug Reports Posted: Thu Jan 18, 2007 2:00 am Subject: Windows Vista: Windows key - Send conflict |
Although I don't see how it would directly help, it might indirectly make a difference somehow.
Also, maybe someone with Vista can also try out LWin::return to see if it completely blocks the LWin ... |
Topic: {Up down} and Sleep not keep the Up key down! |
superdave2k
Replies: 6
Views: 409
|
Forum: Ask for Help Posted: Sun Mar 05, 2006 10:21 pm Subject: {Up down} and Sleep not keep the Up key down! |
OK, I understand now, thanks for the explanation Chris.
I'd like to put my vote in for an for Send {key down} that does auto-repeat internally. At the very least I think there should be a link to ... |
Topic: {Up down} and Sleep not keep the Up key down! |
superdave2k
Replies: 6
Views: 409
|
Forum: Ask for Help Posted: Sun Mar 05, 2006 5:57 pm Subject: {Up down} and Sleep not keep the Up key down! |
Hi, I'm having a frustrating time simulating keeping an arrow key down. For example:
#Persistent
Run, notepad
WinWaitActive, Untitled
Send, This is a test{ENTER 10}
Send {Up d ... |
Topic: "Edit this Script" should open Autohotkey.ini w/ I |
superdave2k
Replies: 4
Views: 679
|
Forum: Wish List Posted: Sun Nov 06, 2005 3:51 pm Subject: "Edit this Script" should open Autohotkey.ini w/ I |
Excellent info! I should have realized the Edit verb was called, given the Autohotkeyscript Edit registry change (referenced in my initial post above) was necessary for standalone .AHK scripts.
In ... |
Topic: "Edit this Script" should open Autohotkey.ini w/ I |
superdave2k
Replies: 4
Views: 679
|
Forum: Wish List Posted: Sun Nov 06, 2005 2:02 pm Subject: "Edit this Script" should open Autohotkey.ini w/ I |
Thanks Toralf, but I was merely trying to "pseudocode" of what AHK the program is doing internally; not quoting exact code that I can change.
The other option I thought of was doing Menu, Tray comm ... |
Topic: "Edit this Script" should open Autohotkey.ini w/ I |
superdave2k
Replies: 4
Views: 679
|
Forum: Wish List Posted: Sun Nov 06, 2005 5:03 am Subject: "Edit this Script" should open Autohotkey.ini w/ I |
BTW I've already saw this thread:
always opens with Notepad!
I've even set the default "Open" file association for .INI files to UltraEdit-32 in Explorer, but the tray icon Edit still opens with N ... |
Topic: Command-line parameter question |
superdave2k
Replies: 3
Views: 722
|
Forum: Ask for Help Posted: Mon Jun 20, 2005 7:17 pm Subject: Command-line parameter question |
| Thanks Titan, this fixed my issue! |
Topic: Command-line parameter question |
superdave2k
Replies: 3
Views: 722
|
Forum: Ask for Help Posted: Mon Jun 20, 2005 6:26 pm Subject: Command-line parameter question |
A bit baffled here, hope someone can help.
This code works correctly if I pass 5 on the cmdline (I get "Parameter #1 * 2 is 10"):
Loop, %0%
{
param := %A_Index% * 2
MsgBox, P ... |
Topic: ControlSend question |
superdave2k
Replies: 5
Views: 418
|
Forum: Ask for Help Posted: Mon Mar 14, 2005 9:40 pm Subject: ControlSend question |
If this doesn't work, you'll just have to keep them separate (is that so bad, anyway?):
controlsend,,{alt down}f{alt up}{down}{enter},a
Thanks, but that d ... |
Topic: ControlSend question |
superdave2k
Replies: 5
Views: 418
|
Forum: Ask for Help Posted: Mon Mar 14, 2005 8:18 pm Subject: ControlSend question |
But I can kinda guess what you're trying to do here, and I think the
Unfortunately the window is non-standard (a Trillian IM window to be exact, which is skinned). I've already tried that functio ... |
Topic: ControlSend question |
superdave2k
Replies: 5
Views: 418
|
Forum: Ask for Help Posted: Mon Mar 14, 2005 7:56 pm Subject: ControlSend question |
I have a hotkey that sends some keystrokes to a window. The strange thing is, for it to do what I want, I have to break the code into two distinct statements. For example,
ControlSend, , !f{DO ... |
Topic: MouseMove doesn't work within Remote Desktop sessions |
superdave2k
Replies: 7
Views: 1315
|
Forum: Bug Reports Posted: Sun Feb 13, 2005 1:35 am Subject: MouseMove doesn't work within Remote Desktop sessions |
Is it possible that the cursor really is moving on the remote machine but that you just can't see it locally? In other words, maybe your local cursor takes precedence over the remote cursor.
Good ... |
Topic: MouseMove doesn't work within Remote Desktop sessions |
superdave2k
Replies: 7
Views: 1315
|
Forum: Bug Reports Posted: Sat Feb 12, 2005 10:29 pm Subject: MouseMove doesn't work within Remote Desktop sessions |
| firstly i've tried it just with keybd (not mouse), if you run the script *after* starting remote desktop, and the script has keybd hook, then it functions normally. probably that's true with mouse too ... |
Topic: MouseMove doesn't work within Remote Desktop sessions |
superdave2k
Replies: 7
Views: 1315
|
Forum: Bug Reports Posted: Sat Feb 12, 2005 5:24 pm Subject: MouseMove doesn't work within Remote Desktop sessions |
Hi, I just noticed something very strange, but it doesn't appear this has been reported before.
If I run a AHK script on a machine I have Remote Desktop'ed (I know that's not a verb) into (running ... |
| |