Always On Top Autohotkey
May 27, 2019 With DeskPins, the utility actually works a little bit differently than the script versions of Always On Top and AutoHotkey. Click the icon in your taskbar and look for your mouse to turn int a small pin. Instead of using a keyboard shortcut, you’ll need to pin your program by clicking on the top portion of a desktop window. Feb 02, 2011 Always On Top forces selected windows to stay on top. It's free, it's easy, and it works. Interestingly, this program was created by Amit Agarwal using Autohotkey and a single line of code. In this article, we’ll discuss three utilities which will enable always on top feature in Windows 10. There are some programs which provide built-in option to make them always on top. We will also discuss those programs in this article. All the tools and utilities discussed in this article are free.
AutoHotkey automates keystrokes and mouse clicks to more efficiently handle repetitive tasks, like clicking through screens or entering your street address. You can also write macros or use the app's macro recorder. AutoHotkey supports scripting, too. Best of all, AutoHotkey is open source freeware.
Pros
Setup options: AutoHotkey's setup process includes options galore.
Hotstrings: Hotstrings expand abbreviations into full text, but they can trigger any action you can script.
Screen management: AutoHotkey's ImageSearch command can search screen regions for images. PixelGetColor records the color of single pixels at precise screen coordinates. PixelSearch searches for pixels by color.
Windows management: AutoHotkey has many Windows controls, including Groups (GroupActivate, GroupAdd, GroupClose, GroupDeactivate). Directives enable direct (sometimes brute force) commands for many operations.
Cons
Complex: AutoHotkey makes things easier, but it has so many options, features, and capabilities that less experienced users might find it daunting.
Scripting: It's not difficult to write macros, and AutoHotkey provides extensive instructions and support; nevertheless, it's another aspect that might intimidate inexperienced users.
Bottom Line
AutoHotkey is an impressive app with almost limitless capabilities in the right hands. Some users might find it intimidating, which is a shame because AutoHotkey is actually easy to use and can automate the most basic commands as easily as complex strings.
What do you need to know about free software?
how can I make a window on top of full screen applications using an Autohotkey script? Any window, if possible, or at least a window created by the script.
2 Answers
Andrius,
One that seems to work with many full screen games is the following:
If you want to make this interactive, you could use something like:
Success
Robert IlbrinkAlways On Top Autohotkey Software
Robert IlbrinkIf SplashTextOn or SplashImage doesn't work, nor a game specific child-parent setting by Wicked here, nor the library GPF , than according to this, nothing will or no-one has managed yet.EDIT: I managed to get the child-parent method above for any fullscreen application (and not just a specific game) as follows, but there is still something wrong with the Gui then:
e-motive-motiv