This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- This script minimises and pauses the window when | |
-- the boss key (default 'b') is pressed. | |
-- Can be overwriten in input.conf as follows: | |
-- KEY script-binding boss-key | |
-- xdotool is required on Xorg(Linux) | |
local platform = nil --set to 'linux', 'windows' or 'macos' to override automatic assign | |
if not platform then | |
local o = {} | |
if mp.get_property_native('options/vo-mmcss-profile', o) ~= o then |