Aleksoid1978 / MPC-BE

MPC-BE – универсальный проигрыватель аудио и видеофайлов для операционной системы Windows.
GNU General Public License v3.0
1.88k stars 83 forks source link

how use autohotkey? #504

Closed djsolidsnake86 closed 1 week ago

djsolidsnake86 commented 1 week ago

on mpc hc i was using autohotkey for example for pause: SendMessage, 0x111, 888,,, ahk_class MediaPlayerClassicW but on mpcbe this not work, what is the correct ket string for pause ad example? thanks

v0lt commented 1 week ago

I don't know because we don't use AutoHotkey. But you can try this line: SendMessage, 0x111, 888,,, ahk_class MPC-BE

djsolidsnake86 commented 1 week ago

I don't know because we don't use AutoHotkey. But you can try this line: SendMessage, 0x111, 888,,, ahk_class MPC-BE

yes it worked! i have another question, the black menu option not work for me