Actually, I found a workaround for your problem since I was trying to do the same. I downloaded and installed AutoHotKey. I assigned hotkeys for the "play/pause" for VLC in AutoHotKey script as follows: #x:: SetTitleMatchMode 2 SetTitleMatchMode Slow IfWinExist VLC { WinActivate ControlSen...