18 lines
336 B
Plaintext
18 lines
336 B
Plaintext
# MPV - Input
|
|
|
|
# Copyright 2022-2023 Inference
|
|
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
|
|
|
# Version: 0.0.0.0
|
|
|
|
|
|
# Video panning.
|
|
Alt+left add video-pan-x 0.1
|
|
Alt+right add video-pan-x -0.1
|
|
Alt+up add video-pan-y 0.1
|
|
Alt+down add video-pan-y -0.1
|
|
|
|
# Video zooming.
|
|
Alt+= add video-zoom 0.1
|
|
Alt+- add video-zoom -0.1
|