Arieleg / mpv-copyTime

Copy the current time of the video to clipboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows CTRL + C exit MPV Player instead of copying time.

anonymoustly444 opened this issue · comments

Windows CTRL + C exit MPV Player instead of copying time.

Exist on Windows 8.1 (not sure if this is Windows version related)

Hello, yes, that is the default behavior (exit by pressing Ctrl + c). It may be that the script is not installed correctly or there is a conflict with the bindings. You can try edit the last line of the script (line 21 in copyTime.lua) to change the binding (for example, Shift + Ctrl + c). Greetings.