| Author |
Message |
Topic: apply #ifwinactive to more than one window class |
barty
Replies: 2
Views: 94
|
Forum: Ask for Help Posted: Sun Dec 06, 2009 2:52 am Subject: apply #ifwinactive to more than one window class |
I have a #ifwinactive section that I want to apply to two window classes
MediaPlayerClassicW
MPC D3D Fullscreen
The section is rather long and I don't want to duplicated it since if I need to ... |
Topic: logitech wave: can't differentiate meda center and music ke |
barty
Replies: 0
Views: 66
|
Forum: Ask for Help Posted: Thu Nov 19, 2009 9:04 am Subject: logitech wave: can't differentiate meda center and music ke |
| I just bought a logitech wave cordless set, and using ahkhid and "Keyboard Media Keys - detect keys.ahk" I can't differentiate b/t the Music and Media Center key. They both generate identic ... |
Topic: how can I tell when a program is in full screen? |
barty
Replies: 2
Views: 161
|
Forum: Ask for Help Posted: Sat Sep 19, 2009 7:31 am Subject: how can I tell when a program is in full screen? |
| thanks. the monitowrorkarea looks promising. I'll report back once I've had some time playing with it. |
Topic: how can I tell when a program is in full screen? |
barty
Replies: 2
Views: 161
|
Forum: Ask for Help Posted: Fri Sep 18, 2009 12:22 am Subject: how can I tell when a program is in full screen? |
| In my script, I want to suppress certain dialogs of my own (i.e., just not show them) when some program -- whether it's a media player, a game, or a web browser -- is in full screen mode. Is it possi ... |
Topic: YATMB4AHK: yet another textmate bundle for AHK :) |
barty
Replies: 1
Views: 702
|
Forum: Scripts & Functions Posted: Fri Sep 11, 2009 8:20 pm Subject: YATMB4AHK: yet another textmate bundle for AHK :) |
I spent some time putting together a textmate bundle for AHK and thought I'd share it here.
I greatly expanded on n00ge's bundle. Added
* block comment
* commands like Send, WinWait
* functi ... |
Topic: AHKHID - An AHK implementation of the HID functions |
barty
Replies: 145
Views: 30418
|
Forum: Scripts & Functions Posted: Wed Sep 09, 2009 6:55 pm Subject: AHKHID - An AHK implementation of the HID functions |
Thanks to TheGood et al. I got this working with my Logitech MX3200 kbd. I'll post my little script later.
I have a problem though:
Is there a way to "eat" a key. Certain keys will ... |
Topic: Key gestures? |
barty
Replies: 5
Views: 160
|
Forum: Ask for Help Posted: Mon Sep 07, 2009 7:13 pm Subject: Key gestures? |
here's what I came up with. It's a little convoluted but I think it works
code:
LastLength := 0
; return how long current key was held down
TapLength() {
t := A_Ti ... |
Topic: Key gestures? |
barty
Replies: 5
Views: 160
|
Forum: Ask for Help Posted: Sun Sep 06, 2009 8:57 pm Subject: Key gestures? |
Hi
I'd like a way to do "key gestures", to fire action on certain pattern of key input.
example: it's great that I can easily map RCtrl by itself to an action. But I want to be able t ... |
Topic: What does this script (loop) do completely? |
barty
Replies: 2
Views: 127
|
Forum: Ask for Help Posted: Sun Aug 30, 2009 9:49 pm Subject: What does this script (loop) do completely? |
assuming that's the standard regexp implementation, and >[^<]+ is the regex you're trying to match, what that means is
match a >
follows by at least one or more characters that is NOT & ... |
Topic: mapping the logitech MX3200 |
barty
Replies: 0
Views: 95
|
Forum: Ask for Help Posted: Sun Aug 30, 2009 5:51 pm Subject: mapping the logitech MX3200 |
Just found AHK and just love it. Thanks to the author(s) and the AHK community.
I have the logitech MX3200 and want to do it all in AHK and get rid of the logitech s/w. However, I can't map its ... |
| |