Search found 125 matches

by Thoughtfu1Tux
09 Oct 2018, 23:57
Forum: Scripts and Functions (v1)
Topic: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick buttons
Replies: 113
Views: 46788

Re: TapHoldManager - Long Press / Multi Tap / Multi Tap and Hold / Any number of Taps / Multi-Keyboard / Joystick button

This is fantastic, thank you! I have been using the example function that is listed within the SetTimer documentation to do run different actual depending on the number of times the hotkey is pressed within a 500ms duration, this will be a great replacement that will be able to do much more than wha...
by Thoughtfu1Tux
08 Oct 2018, 07:02
Forum: Scripts and Functions (v1)
Topic: A subroutine to switch to the next background (Windows 10)
Replies: 11
Views: 5385

Re: A subroutine to switch to the next background (Windows 10)

For what it's worth, since Windows 8, you can advance to the next wallpaper without any window interaction at all: try if ((pDesktopWallpaper := ComObjCreate("{C2CF3110-460E-4fc1-B9D0-8A1C0C9CC4BD}", "{B92B56A9-8B55-4E14-9A89-0199BBB6F93B}"))) { DllCall(NumGet(NumGet(pDesktopWallpaper+0)+16*A_PtrSi...
by Thoughtfu1Tux
07 Oct 2018, 03:29
Forum: Scripts and Functions (v1)
Topic: GetMouseGesture() - as simple as mouse gestures can get! [updated]
Replies: 18
Views: 12666

Re: GetMouseGesture() - as simple as mouse gestures can get!

Awesome script! I actually use Raidial Menu as the main part of my daily workflow. Did you replace the Gestures in Radial Menu with this function? The ability to do more than 3 gestures before timing out would be really great to increase the flexibility of my RadialMenu. If you did, I'd love to hear...
by Thoughtfu1Tux
25 Sep 2018, 23:39
Forum: Scripts and Functions (v1)
Topic: Recording desktop with ffmpeg & AutoHotkey
Replies: 16
Views: 11851

Re: Recording desktop with ffmpeg & AutoHotkey

Delta Pythagorean wrote:Great script, but I think I might have a pretty useful edit to the script.
Awesome Edits!! I added this to my main AHK tools folder that I use across all my devices. Thanks!! :thumbup:
by Thoughtfu1Tux
05 Sep 2018, 04:02
Forum: Scripts and Functions (v1)
Topic: Window Spy (My Edit on the already made script)
Replies: 14
Views: 5580

Re: Window Spy (My Edit on the already made script)

nice script, please consider adding: save window position and start the GUI next time from there. Pause script via Pause::Pause,Toggle (more intuitive imo). cheers This is something you can do yourself by just editing the code. This is a personal preference of yours and I don't think everyone needs...

Go to advanced search