sammoth / foo_mpv

mpv video player UI element for foobar2000
GNU General Public License v3.0
57 stars 2 forks source link

Toggle Fullscreen keyboard shortcut not working correctly #16

Closed ffwema closed 5 months ago

ffwema commented 5 months ago

Toggle Fullscreen keyboard shortcut (foobar2000 preferences - keyboard shortcuts) is not working correctly - exiting fullscreen mode does not work (entering fullscreen works though). Tested in foobar2000 v2.1.2.

ffwema commented 5 months ago

Figured it out. To also enable exiting fulscreen mode, the following line must be added to input.conf (foobar2000 preferences): <key> script-message foobar menu /View/mpv Commands/Toggle fullscreen where <key> is the desired keyboard shortcut.