krutoeducation.blogg.se

Always on top autohotkey
Always on top autohotkey












So I'm thinking that to make a script that can make the obs pop up chat window became transparent(seethrough), clickthrough, and always on top The obs has a pop-out able window (dock), that can be used for seen chat, etc because I only have 1 monitor I always find it hard to play and keep alt-tabbing for a few minutes.Įven though this can be solved by playing on windowed to see other apps I found this rather annoying. The goal is for removing my hassle when streaming on obs because I only have 1 monitor. I want the window that I click when I press the hotkeyīecame transparent(seethrough), clickthrough, and always on top SplashImage,x0 y0 b fs12, ON always on top.Allo I'm trying to make this toggle-able to function WinSet, AlwaysOnTop, on, ahk_id %currentWindow% SplashImage, x0 y0 b fs12, OFF always on top. Winset, AlwaysOnTop, off, ahk_id %currentWindow%

always on top autohotkey always on top autohotkey always on top autohotkey

WinGet, ExStyle, ExStyle, ahk_id %currentWindow% Save this text file as WindowTop.ahk, run script Save this code as a autohotkey script (ie “WindowTop.ahk”) and run with autohotkey installed #InstallKeybdHookĪutoHotKey(Windows Only) needs to be installed for this to work. You can right click and exit, just make sure to toggle the window off.Įdit: I updated the exe file and original script to be available on github. When running, the script shows up in the Windows systray down by the clock. I’ve also included a downloadable exe file for those who don’t want to install autohotkey. This was found thanks to this post on the autohotkey forum. This script was written using AutoHotKey which is what the code below is (you need to have autohotkey installed to run this.














Always on top autohotkey