| Author |
Message |
Topic: right ctrl doesn't work with key combo |
tinaa
Replies: 0
Views: 73
|
Forum: Ask for Help Posted: Tue Aug 19, 2008 6:24 pm Subject: right ctrl doesn't work with key combo |
I have these hotkeys in a script:
, & *left::
send {blind}{home}
return
, & *right::
send {blind}{end}
return
The second one (, & *right) seems to work fine. But the first o ... |
Topic: Calling help with search keyword? |
tinaa
Replies: 4
Views: 101
|
Forum: Ask for Help Posted: Tue Jul 15, 2008 2:58 am Subject: Calling help with search keyword? |
| Well, maybe I'll take a look at some other editors when I have a chance. For now, I think I'll just take a snippit of the Autohotkey script for context help (provided in the help file and here the sam ... |
Topic: Calling help with search keyword? |
tinaa
Replies: 4
Views: 101
|
Forum: Ask for Help Posted: Tue Jul 15, 2008 12:26 am Subject: Calling help with search keyword? |
| Thanks, but I don't think that will work for me since it requires specifying the whole path to the page you want to view. I'll only have the actual keyword, so I need some way to launch hh autohotkey. ... |
Topic: Calling help with search keyword? |
tinaa
Replies: 4
Views: 101
|
Forum: Ask for Help Posted: Mon Jul 14, 2008 10:59 pm Subject: Calling help with search keyword? |
| I just started using Notepad++ and want to set up a macro to launch context sensitive help for Autohotkey. To do this I'd need to call the Autohotkey help with a command line including the search term ... |
Topic: Mouse wheel speed |
tinaa
Replies: 13
Views: 941
|
Forum: Ask for Help Posted: Mon Jul 14, 2008 10:50 pm Subject: Mouse wheel speed |
Thanks, evl! The dll call seem to have the same effects as TweakUI.
DllCall("SystemParametersInfo", UInt, 0x69, UInt, Scroll_Lines_Accel, UInt, 0, UInt, 0)Now I can set 1-line scrol ... |
Topic: Alt key sticking |
tinaa
Replies: 11
Views: 871
|
Forum: Ask for Help Posted: Sun May 18, 2008 9:59 am Subject: Alt key sticking |
| I'd have to look at some of my scripts. I can't recall at this point exactly what the issue was just that switching to sendevent seemed to fix the problem. The one exception I've had is trying to map ... |
Topic: Alt key sticking |
tinaa
Replies: 11
Views: 871
|
Forum: Ask for Help Posted: Sun May 18, 2008 2:14 am Subject: Alt key sticking |
A possible explanation: http://www.autohotkey.com/forum/viewtopic.php?p=87771#87771
Not sure that's the explanation... Unless I totally misunderstood that thread it relates more to what happens whe ... |
Topic: Alt key sticking |
tinaa
Replies: 11
Views: 871
|
Forum: Ask for Help Posted: Thu May 15, 2008 3:02 pm Subject: Alt key sticking |
I have found that on some of my scripts as well and my workaround is
at bottom of your hotkeys. just before return, add
send {alt up}
It fixed my problems.
Interesting... I've tr ... |
Topic: Alt key sticking |
tinaa
Replies: 11
Views: 871
|
Forum: Ask for Help Posted: Wed May 14, 2008 10:36 pm Subject: Alt key sticking |
I've noticed the same thing. Have you found a SetKeyDelay value that works reliably on Vista and avoids the stuck Alt problem?
I don't recall ever playing with the SetKeyDelay value. I think it's ... |
Topic: Alt key sticking |
tinaa
Replies: 11
Views: 871
|
Forum: Ask for Help Posted: Thu Mar 13, 2008 5:31 am Subject: Alt key sticking |
It seems like that topic has to do with hotkeys that use the modifier key (like Alt) for the trigger.
In my case, the Alt key isn't used as part of the trigger. The triggers are mouse keys or combi ... |
Topic: Alt key sticking |
tinaa
Replies: 11
Views: 871
|
Forum: Ask for Help Posted: Wed Mar 12, 2008 8:21 pm Subject: Alt key sticking |
I recently upgraded my system and installed Vista. I'm not sure if the problem is Vista related as I believe it happened in XP as well, but I could be mistaken...
I have a few hotkeys that involve ... |
Topic: Ideas for capturing special Mouse Buttons? |
tinaa
Replies: 11
Views: 1969
|
Forum: General Chat Posted: Mon Jan 28, 2008 5:54 pm Subject: Ideas for capturing special Mouse Buttons? |
| I don't know about the VX revolution (I haven't used one, although Logitech is sending me a MX revolution to replace a defective MX1000...) but I tried the MX620 and found that the tactile feedback on ... |
Topic: Keyboard Media Keys (for USB HID devices!) |
tinaa
Replies: 18
Views: 8482
|
Forum: Scripts & Functions Posted: Wed Jan 23, 2008 1:23 am Subject: Keyboard Media Keys (for USB HID devices!) |
| evl, thanks for the scripts. It looks like it will be useful. I have a Logitech Cordless Wave Desktop and haven't been able to map most of the keys using the conventional methods but they all seem to ... |
Topic: HID devices with lots of buttons that are not "keyboard |
tinaa
Replies: 2
Views: 279
|
Forum: Ask for Help Posted: Fri Jan 18, 2008 7:40 pm Subject: HID devices with lots of buttons that are not "keyboard |
| I just got a Logitech Cordless Wave Desktop. I was playing with the driver for the keyboard to see if I could make better use of the extra keys by bypassing Logitech's Setpoint software. I noticed, in ... |
Topic: Why do I have to define XButton1::XButton1? |
tinaa
Replies: 4
Views: 440
|
Forum: Ask for Help Posted: Wed Jan 16, 2008 6:45 am Subject: Why do I have to define XButton1::XButton1? |
| Never mind... I just took a look at my old script and indeed, there was a hotkey defined for XButton1 itself. It was for a different purpose, so I guess I accidentally backed into the right approach.. ... |
| |