I need to send Space bar & Escape to it.
Code: Select all
GetWindowHandle> - VLC media player,hWndParent
FindObject>hWndParent,VLC video output 00000000034360A0,,1,hWnd,X1,Y1,X2,Y2,result
SetFocus> - VLC media player
CapsOff
Send>
Moderators: Dorian (MJT support), JRL
Code: Select all
GetWindowHandle> - VLC media player,hWndParent
FindObject>hWndParent,VLC video output 00000000034360A0,,1,hWnd,X1,Y1,X2,Y2,result
SetFocus> - VLC media player
CapsOff
Send>
Code: Select all
settitlematchmode,2
escape::
controlsend,,{Escape down}{Escape up}, VLC
return
Code: Select all
GetWindowHandle> - VLC media player*,hWndParent
Code: Select all
GetWindowHandle> - VLC media player*,hWndParent
ObjectSendKeys>hWndParent,VK32,VK27
Code: Select all
GetWindowHandle> - VLC media player*,hWndParent
FindObject>hWndParent,VLC video output 00000000034360A0,,1,hWnd,X1,Y1,X2,Y2,result
ObjectSendKeys>hWnd,VK32,VK27
Code: Select all
GetWindowHandle> - VLC media player*,hWndParent
FindObject>hWndParent,QWidget,,1,hWnd,X1,Y1,X2,Y2,result
ObjectSendKeys>hWnd,VK32,VK27