Pulover / PuloversMacroCreator

Automation Utility - Recorder & Script Generator
http://www.macrocreator.com
Other
1.59k stars 231 forks source link

[Question] How does the floating toolbar work? #189

Closed sunny-lan closed 2 years ago

sunny-lan commented 2 years ago

I noticed when I use the tool clicking buttons on the floating toolbar doesn't cause other windows to lose focus, including fullscreen 3D applications. How did you achieve this? I can't seem to figure out the right flags.

Pulover commented 2 years ago

The flag you need is +E0x08000000:

Gui, +AlwaysOntop +E0x08000000

sunny-lan commented 2 years ago

Thanks. Do you know how to (if possible) for this window to have a textbox (receive key input, but only if the textbox has focus)?

Pulover commented 2 years ago

Now that's a question for the AutoHotkey forum.