| Author |
Message |
Forum: Support Topic: List opened windows |
| skribb |
|
Posted: December 12th, 2011, 6:01 pm
|
|
Replies: 3 Views: 103
|
Thakns i'll try it out.
I was of the impression that WinGet only supported one single window.
And I'm not a programming genius. Only studied VB.net like 5 years ago. |
|
 |
Forum: Support Topic: List opened windows |
| skribb |
|
Posted: December 12th, 2011, 2:23 am
|
|
Replies: 3 Views: 103
|
Hey!
I'd like to be able to make a list of all opened (non-minimized) windows, is this possible with AHK? |
|
 |
Forum: Offtopic Topic: What do YOU use AutoHotKey for? |
| skribb |
|
Posted: November 18th, 2011, 10:27 pm
|
|
Replies: 18 Views: 1481
|
haccduder wrote: simple hot-keyed scripts.
I see a lot of you use it for generalized scripting, as opposed to perl, python, VB, or powershell. I too could build a house out of earwax, but that isn't what it's meant for though, so who'd want to?
Let's PRETEND your analogy were reasonable - who are you to judge? |
|
 |
Forum: Support Topic: [SOLVED] Key remap interfering with Firefox mouse gestures |
| skribb |
|
Posted: October 7th, 2011, 10:25 am
|
|
Replies: 2 Views: 89
|
| Didn't work I'm afraid. Tried this and it didn't work either: #IfWinActive, ahk_class MozillaWindowClass ~RButton:: GetKeyState, mousestate, LButton if mousestate = D Send, {Escape}{Click up}{Click up right} Return EDIT: Your script worked without the click up part. Tha... |
|
 |
Forum: Support Topic: [SOLVED] Key remap interfering with Firefox mouse gestures |
| skribb |
|
Posted: October 7th, 2011, 9:47 am
|
|
Replies: 2 Views: 89
|
| Hi! I've this little scriptlet that's supposed to remap the right mouse button into an escape button while Lbutton is down. It works, but it interferes with Firefox's mouse gestures (FireGestures), blocking them out. I tried deleting the "else" part, but that effectively disables the right... |
|
 |
Forum: Support Topic: Multiple-Choice "Save image as" for Web Browser |
| skribb |
|
Posted: September 23rd, 2010, 10:10 am
|
|
Replies: 0 Views: 269
|
| Hi everyone I'm going to make an attempt at whipping up a crude "save image as" replacement for web browsers (in my case ChromePlus), inspired by FloatBar for Maxthon Classic. I assume it is not possible to make AHK detect whether an image is beneath the cursor (DO correct me if I'm wrong)... |
|
 |
Forum: Support Topic: Google Chrome Middle click undo close tab |
| skribb |
|
Posted: September 22nd, 2010, 3:11 pm
|
|
Replies: 3 Views: 901
|
| I'm looking for a similar function, but I want double-click on tab bar to open a new tab. What I'm going to try is, since my tabs have a different color than the tab bar / tab strip, I will make AHK look for current window class, then cursor position on window, and finally what pixel color is undern... |
|
 |
Forum: Support Topic: Lock the screen while still being able to see it |
| skribb |
|
Posted: June 30th, 2010, 4:50 pm
|
|
Replies: 1 Views: 211
|
| I have this app called ActiveScreenLock that I use instead of Win+L. It locks the computer by creating a fullscreen transparent window plus disabling keyboard shortcuts and mouse function. I've used it for years, but it has a few annoying quirks, so I was wondering if the same functionality can be p... |
|
 |
Forum: Support Topic: Could use assistance with Key Repeat Rate script |
| skribb |
|
Posted: February 20th, 2010, 11:39 am
|
|
Replies: 2 Views: 365
|
| I'm sorry, I don't quite follow you. |
|
 |
Forum: Support Topic: Could use assistance with Key Repeat Rate script |
| skribb |
|
Posted: February 19th, 2010, 10:50 pm
|
|
Replies: 2 Views: 365
|
| Hey everyone, I'm working on modifying a key repeat rate script I found that was made by Laszlo. I've got it working in the sense that I am done with configuring the actual script, variable-wise and such. But I am experiencing a very specific bug: It's kinda dodgy in nature, but I'll try to explain.... |
|
 |
Forum: Support Topic: If system not idle |
| skribb |
|
Posted: November 3rd, 2009, 8:35 pm
|
|
Replies: 14 Views: 766
|
| This is my script that's running now, and it works fine, (Stuff.ahk) is the script that contains all actions to be taken on Idle. Hope it works for you. #Persistent Idle: If (A_TimeIdlePhysical > (300000)) { Run, Stuff.ahk While (A_TimeIdlePhysical > (300000)) S... |
|
 |
Forum: Support Topic: It seems like A_TimeIdlePhysical is ignored |
| skribb |
|
Posted: November 3rd, 2009, 8:34 pm
|
|
Replies: 5 Views: 489
|
I tried jaco0646's solution and have been running it for a few days. It seems to work! Thanks for all the help guys  |
|
 |
Forum: Support Topic: It seems like A_TimeIdlePhysical is ignored |
| skribb |
|
Posted: October 31st, 2009, 1:47 pm
|
|
Replies: 5 Views: 489
|
| The operators "between", "is", "in", and "contains" are not supported in expressions. if A_TimeIdlePhysical between 300000 and 420000 if (videoRunning == 0) I've tried it without between as well before, with the same results. I guess I'll do it again ... |
|
 |
Forum: Support Topic: It seems like A_TimeIdlePhysical is ignored |
| skribb |
|
Posted: October 31st, 2009, 4:55 am
|
|
Replies: 5 Views: 489
|
| The edit function is out of order, I just wanted to add that I tried making it a Loop as well, with almost identical results. Here's a sample of the script in action: 003: SendMode,Input 004: SetWorkingDir,%A_ScriptDir% 007: Menu,TRAY,Tip,PowerMOFF 010: SetTimer,PowerMOFF,70000 011: Return (70.00) 0... |
|
 |
Forum: Support Topic: It seems like A_TimeIdlePhysical is ignored |
| skribb |
|
Posted: October 31st, 2009, 4:52 am
|
|
Replies: 5 Views: 489
|
| This script doesn't work. I don't know what's wrong. It has worked for maybe 2 years flawlessly. 2 days ago it just went haywire. It seems like A_TimeIdlePhysical is ignored. I made a script with MsgBox, A_TimeIdlePhysical, and it seems to increase every second, even though I'm not idle. Same with A... |
|
 |
| Sort by: |