| Author |
Message |
Forum: Scripts Topic: Change volume, window, or tab with only mouse buttons/scroll |
| pockinator |
|
Posted: January 30th, 2010, 8:46 pm
|
|
Replies: 6 Views: 2269
|
| This is great! My experience is that the tab switching mode scrolls through the tabs too quickly, so to move to the next tab is very difficult without accidentally scrolling 3 tabs over. Of course, this could be due to the sensitivity that my scroll wheel is set at, but I thought I'd mention it to y... |
|
 |
Forum: Utilities Topic: Fix, tweak and admin utilities for Windows [URL] |
| pockinator |
|
Posted: June 1st, 2008, 8:49 pm
|
|
Replies: 1 Views: 657
|
Some of the programs on that website are looking very interesting. Thank you for posting this.  |
|
 |
Forum: Support Topic: Hotkeys |
| pockinator |
|
Posted: May 13th, 2008, 2:22 pm
|
|
Replies: 2 Views: 417
|
I don't know if this works because I don't have a right windows key on my keyboard, but wouldn't this work?
Code: RWin & u::SendInput, {ASC 0252} LWin & u::something else |
|
 |
Forum: Utilities Topic: Free sound files |
| pockinator |
|
Posted: May 13th, 2008, 1:37 pm
|
|
Replies: 4 Views: 6403
|
| Thanks for this cool topic, jballi . I don't mean to add to your addiction <<cough>> hobby :D, but here are some more... Flash Kit sound effects for flash programs, which can also be downloaded as wavs or mp3s http://www.flashkit.com/soundfx/ Movie Sound Clips "Movie sound clips (wav, mp3, ogg)... |
|
 |
Forum: Scripts Topic: Color Pot - Color Grabber and Mixer |
| pockinator |
|
Posted: May 11th, 2008, 1:27 pm
|
|
Replies: 8 Views: 3121
|
This is a great little tool, ManaUser! And thanks for the bump, Rhys.  |
|
 |
Forum: Scripts Topic: Window Management Functions |
| pockinator |
|
Posted: May 8th, 2008, 1:21 pm
|
|
Replies: 2 Views: 8617
|
| Hi I was quite interested to see the window roll in action, but I just tried it with AHK v1.0.47.06 and it shows this error - Error at line 75 in #include file.... Line Text : RollExclude Classes Error: This line does not contain a recognised action. Hi Heliosphan , From a quick (untested) look at ... |
|
 |
Forum: Scripts Topic: Awesome Hotkey combination. |
| pockinator |
|
Posted: April 25th, 2008, 2:04 pm
|
|
Replies: 13 Views: 2642
|
| i like to have mine with functions ~LButton::gosub, on ~LButton Up::gosub, off return on: Hotkey, f, f, on Hotkey, t, t, on Hotkey, c, c, on Hotkey, g, g, on Hotkey, p, p, on Hotkey, d, d, on Hotkey, a, a, on return off: Hotkey, f, f, off Hotkey, t, t, off Hotkey, c, c, off Hotkey, g, g, off Hotkey... |
|
 |
Forum: Utilities Topic: Online Image Editor |
| pockinator |
|
Posted: April 24th, 2008, 1:50 pm
|
|
Replies: 4 Views: 3971
|
Thanks very much for this link. This looks like a great idea, especially when at a different computer and you don't have your USB flash drive.  |
|
 |
Forum: Scripts Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| pockinator |
|
Posted: April 24th, 2008, 1:28 pm
|
|
Replies: 355 Views: 97316
|
| @hacker: Just add this to the ButtonScan routine Loop, c:\*.*, 2,1 { FileAppend, %A_LoopFileFullPath%`n, %A_ScriptDir%\%ListFile% } You could also try to read them from the treeinfo.wc file if you wish. I guess in order to do this we would have to use a slightly older version of nDroid to... |
|
 |
Forum: Support Topic: Making Mouse Click With Keyboard Hotkey |
| pockinator |
|
Posted: April 18th, 2008, 2:09 am
|
|
Replies: 8 Views: 5006
|
|
 |
Forum: Support Topic: #IfWinActive test for multiple windows |
| pockinator |
|
Posted: April 18th, 2008, 2:04 am
|
|
Replies: 4 Views: 566
|
| Since you are using the #IfWinActive directive, I'll assume you are using it for hotkeys or hotstrings. In that case, you can either do this: #IfWinActive (Foo) ;I wasn't sure if the ()'s were a part of the window title ^+t:: #IfWinActive (Bar) ^+t:: MsgBox, You pressed the h... |
|
 |
Forum: Support Topic: WinActivate not working... |
| pockinator |
|
Posted: April 18th, 2008, 1:34 am
|
|
Replies: 4 Views: 610
|
| I am learning AHK myself, but seeing as no one has answered you yet, I'll just toss out an idea here. In your posted code, refer to the two red lines: Loop { IfWinNotExist Notepad { [color=red]Run notepad.exe WinGet pidvar,PID,A[/color] } Activate() } It might be a possib... |
|
 |
Forum: Support Topic: Keys for the Microsoft Desktop Elite Pro |
| pockinator |
|
Posted: April 12th, 2008, 8:29 pm
|
|
Replies: 3 Views: 583
|
Hi Abraham64,
Thanks for this great information! Would you mind posting the script that you used to remap the "false" function keys? I would like to see how you executed it, and it should very much come in handy as I have a Microsoft Desktop Elite, too.  |
|
 |
Forum: Scripts Topic: Fade Switch Unminimized Windows |
| pockinator |
|
Posted: April 12th, 2008, 5:15 am
|
|
Replies: 2 Views: 1576
|
| Very cool, infogulch ! Maybe you could call it SwitchFader ? I know, I know, not very good. But you asked for suggestions and that's all I could come up with so far. :wink: When I first tested it out, I had no idea what you were referring to about fading and transparency. I then took a look at the c... |
|
 |
Forum: Support Topic: Getting the ID of the last (BottomMost) window [SOLVED] |
| pockinator |
|
Posted: April 12th, 2008, 5:02 am
|
|
Replies: 4 Views: 583
|
| Thanks pockinator, that was probably the problem. I actually posted a different topic about a slightly different, but related problem here: http://www.autohotkey.com/forum/viewtopic.php?t=30530 And that's solved, so I should probably mark both as such. It was actually a very fulfilling solution, so... |
|
 |
| Sort by: |