clsid2 / mpc-hc

Media Player Classic
GNU General Public License v3.0
11.5k stars 502 forks source link

Autohotkey and fullscreen #3158

Closed djsolidsnake86 closed 3 weeks ago

djsolidsnake86 commented 3 weeks ago

i have a autohotkey automation with also this parameter SendMessage, 0x111, 830,,, ahk_class MediaPlayerClassicW the problem is that if the player is already in fullscreen with this command the player go in window is possible create a command that set the player only in fullcreen even if is already in fullscreen?

clsid2 commented 3 weeks ago

No.

You can use autohotkey code to check if the window is already fullscreen. WinGet -> style generally has WS_CAPTION in windowed and not in fullscreen.

For help with autohotkey you need to ask on their forum. I do not provide help for it.