blob: 87dbe8b768e860dc22633f11642019405fd0343b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
## Rotate by 90 degrees clockwise
#Alt+RIGHT no-osd vf add rotate=90
## Rotate by 90 degrees counterclockwise
#Alt+LEFT no-osd vf add rotate=270
# Disable: Activate/deactivate deinterlacer.
d ignore
Alt+p run "/bin/sh" "-c" "xdotool search --class mpv | xargs -I{} xdotool key --window {} p"
|