blob: 5332ead30f67a801be577e3f54aeee4e643f40fd (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
cat << EOF
You have to enable the plugin in VLC's advanced settings.
Interface -> Control Interfaces -> Pause/Play video on mouse click
Video -> Filters -> Pause/Play video on mouse click
EOF
}
|