| Author |
Message |
Topic: Tray Tips don't appear on top... |
le-mec
Replies: 6
Views: 662
|
Forum: Bug Reports Posted: Fri Jun 29, 2007 5:47 pm Subject: Tray Tips don't appear on top... |
My taskbar is not set to "display on top of other windows".
Now I've started to notice that invoking the "Winset AlwaysOnTop" doesn't consistently work -- so I've made a new Tra ... |
Topic: Tray Tips don't appear on top... |
le-mec
Replies: 6
Views: 662
|
Forum: Bug Reports Posted: Wed Jun 27, 2007 5:33 pm Subject: Tray Tips don't appear on top... |
WinSet AlwaysOnTop, On, ahk_class Shell_TrayWnd Um, and for Windows XP it's:
WinSet AlwaysOnTop, On, ahk_class tooltips_class32
I just noticed... you have to make it say "ON" otherwise it ... |
Topic: Custom Combinations bug? |
le-mec
Replies: 4
Views: 222
|
Forum: Ask for Help Posted: Thu Apr 12, 2007 8:43 pm Subject: Custom Combinations bug? |
| hmm... but that would involve something that's constantly looping to check if the button is down... And unfortunately, for the tabletPC, all stylus button events are "Artificial" inputs, so ... |
Topic: #ifwinnotactive and multiple windows... |
le-mec
Replies: 3
Views: 220
|
Forum: Ask for Help Posted: Thu Apr 12, 2007 3:00 am Subject: #ifwinnotactive and multiple windows... |
| I think I can pull it off with settitlematchmode, RegEx |
Topic: #ifwinnotactive and multiple windows... |
le-mec
Replies: 3
Views: 220
|
Forum: Ask for Help Posted: Thu Apr 12, 2007 12:58 am Subject: #ifwinnotactive and multiple windows... |
| yuppers! no good, unfortunately. It works when one program is specified but not both. |
Topic: Keywait and Getkeystate don't work for Wacom or TabletPC |
le-mec
Replies: 1
Views: 262
|
Forum: Ask for Help Posted: Wed Apr 11, 2007 10:59 pm Subject: Keywait and Getkeystate don't work for Wacom or TabletPC |
um... so yeah.
~LButton & XButton1:: XButton1 & LButton:: Send {MButton Down} Keywait, LButton Send {MButton Up} Return
Keywait won't wait for L Button ... |
Topic: Custom Combinations bug? |
le-mec
Replies: 4
Views: 222
|
Forum: Ask for Help Posted: Wed Apr 11, 2007 8:07 pm Subject: Custom Combinations bug? |
thanks for clarifying!
then how can I detect XButton2 DOWN events? |
Topic: Custom Combinations bug? |
le-mec
Replies: 4
Views: 222
|
Forum: Ask for Help Posted: Wed Apr 11, 2007 6:39 pm Subject: Custom Combinations bug? |
the top two hotkeys work, and the last one works, but for some reason the XButton2 hotkey just won't trigger.
#Persistent #SingleInstance force #InstallMouseHook #InstallKeybdHook
XButton2 & LB ... |
Topic: #ifwinnotactive and multiple windows... |
le-mec
Replies: 3
Views: 220
|
Forum: Ask for Help Posted: Wed Apr 11, 2007 6:13 pm Subject: #ifwinnotactive and multiple windows... |
I'm trying to prevent certain hotkeys from being triggered using a list of programs (I've tried using groups since the #ifwinnotactive directive does not support excludetitle and excludetext.)
Unfo ... |
Topic: Tray Tips don't appear on top... |
le-mec
Replies: 6
Views: 662
|
Forum: Bug Reports Posted: Fri Feb 09, 2007 4:08 pm Subject: Tray Tips don't appear on top... |
| Ah, it works great! Thanks a lot! |
Topic: Tray Tips don't appear on top... |
le-mec
Replies: 6
Views: 662
|
Forum: Bug Reports Posted: Fri Feb 09, 2007 12:12 am Subject: Tray Tips don't appear on top... |
| For some odd reason, when I call a traytip, it shows, but it winds up hidden underneath application windows on the screen. |
| |