Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
It could also be a combination of issues from steam AND windows, but I won't pretend to know how that works.
Weirdly enough, it works fine on my secondary screen but not on my primary screen.
SysGet, xborder, 32
SysGet, yborder, 33
SysGet, caption, 4
SetTitleMatchMode, 3
Loop
{
WinWaitNotActive, Steam
WinWaitActive, Steam
WinGetPos, , , Width, Height, A
WinMove, A, , 0, 0, A_ScreenWidth, A_ScreenHeight - 1
}
In case someone less experienced in AHK has a problem having the software find the correct window ID for anything other than Steam. You can right click on an actively running AHK script in the taskbar and choose WindowSpy to get other identifiers displayed other than window name that you can use in the script (just replace Steam with for example ahk_exe GalaxyClient.exe).
... The main Steam window is literally just titled "Steam" so I've set it to exact match only.
Well. I mean it could be a Windows issue... I hear this doesn't happen on linux. :P
Windows is definitely partly to blame. The Autohide task bar implementation is awful! That doesn't mean that steam shouldn't accomodate it, though.
Linux is well and good if you don't rely on windows exclusive applications, which I do.
Edit: I've noticed sometimes after a game launch and possibly after other Windows events, Steam Client again overrides taskbar. Toggling the above mentioned button twice enables autohide feature of taskbar again.