Postby heronvlc » 16 Sep 2013 23:30
A better solution is to use something like Auto Hotkey in windows to script the mouse movement and click so that the cursor does not have to be on the GUI control all the time.
It's easiest in Linux, tested in Kubuntu 12.04. Install xdotool from the repositories. Use System Settings/Shortcuts and Gestures/Custom Shortcuts/Preset Actions to bind the command 'xdotool mousemove X Y click 1' to the desired hotkey where 'X Y' is the position of the cursor when it is over the GUI control. With vlc in fullscreen mode with advanced controls that would be '80 980' on a 1280x1024 4:3 monitor. You can use xdotool from the command line to test positioning on your monitor.