Search found 24 matches
- 17 Nov 2020, 01:13
- Forum: Ask For Help
- Topic: Anyone know of this old AHK script for Windows....?
- Replies: 1
- Views: 97
Anyone know of this old AHK script for Windows....?
I'm looking for a script that I can't find for the life of me. Probably 7-10 years back, I wanted to make a script to show all currently open Windows Explorer windows, and then be able to save that list, giving the option of restoring whatever list of explorer/folder windows open after rebooting. So...
- 06 Oct 2020, 22:44
- Forum: Ask For Help
- Topic: Problem witih "framerate" when dragging windows with AHK
- Replies: 3
- Views: 96
Re: Problem witih "framerate" when dragging windows with AHK
Hi Try replace: SetWinDelay,2 by SetWinDelay,0 or SetWinDelay,-1 (not tested) A_AhkUser This worked perfectly! Setting this to "0" did the trick, thanks for that. The only issue now is the resizing function: when resizing, the area of the newly-expanded area of window is blank/white until you let g...
- 20 Sep 2020, 20:44
- Forum: Ask For Help
- Topic: Can Windows Z-order be manipulated (without the GUI)?
- Replies: 2
- Views: 84
Can Windows Z-order be manipulated (without the GUI)?
Years back, I wanted to make a script that could manipulate the Z-ordering of windows in Windows. I wanted to make script function/ability to selectively "push down" or "pull up" any window up or down through the Windows Z-order layers. It would be like if we had the ability to rearrange program win...
- 20 Sep 2020, 20:32
- Forum: Ask For Help
- Topic: Problem witih "framerate" when dragging windows with AHK
- Replies: 3
- Views: 96
Problem witih "framerate" when dragging windows with AHK
I use an AHK script "KDE Window Drag" which enables moving/resizing windows (in Windows) by mouse click-and-dragging anywhere inside a window instead of having to click-and-hold the window's title bar (for moving) or the razor-thin window borders (for resizing). The script works, however, the visual...
- 10 Feb 2020, 20:58
- Forum: SciTE4AutoHotkey
- Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
- Replies: 820
- Views: 494367
Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Is there a "Restore previously opened files" option? I rely on this feature a lot in other software, from web browsers to code editors to Acrobat PDFs, etc. It'd be great if SciTE4AHK could do those, reopening whatever scripts were open at time of closing. I keep a number of scripts open in the edit...
- 15 Oct 2019, 18:09
- Forum: Ask For Help
- Topic: Is it possible to interact with Windows Alt-Tab functionality?
- Replies: 0
- Views: 386
Is it possible to interact with Windows Alt-Tab functionality?
I'd like to add some much-needed functionality into Alt-Tabbing in Windows. I'm wondering if it's possible to programmatically interface with the Alt-Tab functionality + popup menu without mere scripted manual keyboard input . Is there an API or some other direct way to be able to pull Alt-Tab puppe...
- 15 Oct 2019, 18:03
- Forum: Ask For Help
- Topic: Can GroupAdd only be used at the beginning of a script?
- Replies: 2
- Views: 433
Re: Can GroupAdd only be used at the beginning of a script?
Ah, got it. That makes sense. Thanks very much for the explanation + example!
- 14 Oct 2019, 18:44
- Forum: Ask For Help
- Topic: Can GroupAdd only be used at the beginning of a script?
- Replies: 2
- Views: 433
Can GroupAdd only be used at the beginning of a script?
I have a script I've been customizing (below), and am trying to GroupAdd multiple web browsers into a group so that a few text auto-expands only apply to those browsers. I'm finding, however, that GroupAdd only seems to work at the top of the script. As soon as the script reaches one of the keyboard...
- 01 Feb 2016, 23:28
- Forum: Ask For Help
- Topic: How can a script simply mouseclick a window edge?
- Replies: 4
- Views: 1340
Re: How can a script simply mouseclick a window edge?
I use this in WindowPad (the comments are from at least 3 years ago): ; Explorer uses WM_EXITSIZEMOVE to detect when a user finishes moving a window ; in order to save the position for next time. May also be used by other apps. PostMessage, 0x232 In this case, the Last Found Window had been set to ...
- 28 Jan 2016, 18:02
- Forum: Ask For Help
- Topic: How can a script simply mouseclick a window edge?
- Replies: 4
- Views: 1340
How can a script simply mouseclick a window edge?
I've been using a KDE window resize script for a while. An issue with it, however, is that Windows 7 doesn't remember the new size of the window. Researching this, I discovered that this script is bypassing the way Windows tracks new size changes -- clicking and dragging the edge of a window. I find...
- 30 Aug 2015, 22:18
- Forum: Tips and Tricks
- Topic: GeekDude's Tips, Tricks, and Standalones
- Replies: 34
- Views: 25250
Re: GeekDude's tips and tricks
Cool thread, thanks!
- 14 Aug 2015, 00:11
- Forum: Scripts and Functions
- Topic: SourceGrab - Class to get the source code of the active browser window
- Replies: 5
- Views: 3597
Re: SourceGrab - Class to get the source code of the active browser window
Cool idea, subbed and thanks!
- 12 Apr 2015, 16:20
- Forum: Ask For Help
- Topic: Possible to trigger a GUI's function without using the GUI?
- Replies: 1
- Views: 875
Possible to trigger a GUI's function without using the GUI?
Is it possible to trigger a GUI's function without actually interacting with the GUI? Like "puppet-stringing" the behind-the-GUI function, essentially bypassing the GUI entirely. For example, in Internet Explorer, pressing F12 brings up the Developer Tools pane. Inside this pane, there's a button ca...
- 22 Jan 2015, 13:45
- Forum: Ask For Help
- Topic: Possible to limit to when user is typing in URL address bar?
- Replies: 1
- Views: 1073
Possible to limit to when user is typing in URL address bar?
Would it be possible to limit a script from acting except only when the user is typing in the URL address bar of Internet Explorer? I have some things that I want to be done, but only when the user is typing in the address bar.
If possible, how would I go about it?
If possible, how would I go about it?
- 06 Jul 2014, 20:00
- Forum: SciTE4AutoHotkey
- Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
- Replies: 820
- Views: 494367
Re: SciTE4AutoHotkey v3.0.05.01 [Updated April 5 2014]
Bug: When right-clicking on a tab, "Open containing folder" isn't working. In fact, none of the options from that block work.
Request: When right-clicking a tab, an option to "Rename script" without having to save a new copy
Request: When right-clicking a tab, an option to "Rename script" without having to save a new copy
- 16 Jun 2014, 00:36
- Forum: Ask For Help
- Topic: Can AHK see these PDFs and reopen them after rebooting?
- Replies: 2
- Views: 1209
Can AHK see these PDFs and reopen them after rebooting?
Is there a way for AHK to see what PDF's are currently open and then reopen them after rebooting? I currently have 12 Acrobat windows open with PDF's. I need to reboot, and I'm wondering if AHK can see and remember which PDF's are currently open, and then reopen them after rebooting. Thoughts: Even...
- 02 Jun 2014, 16:59
- Forum: SciTE4AutoHotkey
- Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
- Replies: 820
- Views: 494367
Re: SciTE4AutoHotkey v3.0.05.01 [Updated April 5 2014]
A couple suggestions, if there's any time or interest: -Ability to restore previously open scripts -- I often have a number of scripts open inside SciTE, and bemoan if I ever have to reboot my computer, necessitating a reopening of all the individual scripts. It'd be great if we could set an option ...
- 28 Apr 2014, 00:58
- Forum: Ask For Help
- Topic: Can AHK change audio device settings...?
- Replies: 14
- Views: 6068
Re: Can AHK change audio device settings...?
What about changing a device's number of channels/speakers? The links posted so far have been helpful, but I still have yet to find anything pointing to how to accomplish this. Any ideas?
- 21 Apr 2014, 21:42
- Forum: Ask For Help
- Topic: Can AHK change audio device settings...?
- Replies: 14
- Views: 6068
Re: Can AHK change audio device settings...?
The problem, so far as I'm dealing with, is that "new" devices are created when certain monitor types are turned off/on (i.e., HDMI + DisplayPort). So I'm unable to do much with the registry, short of some type of "relative" adjustments rather than absolute -- e.g., "Lock the first subkey from ever ...
- 03 Dec 2013, 23:41
- Forum: Ask For Help
- Topic: Can AHK change audio device settings...?
- Replies: 14
- Views: 6068
Can AHK change audio device settings...?
Does AHK have the ability to change audio device settings in Windows? (Windows 7 Ultimate x64) Specifically, I'm trying to automate the ability to change "Speaker Configuration" and "Default Format" in the Windows Sound control panel (because Windows keeps resetting my speakers to Stereo-2.1 and for...