19 lines
349 B
Plaintext
19 lines
349 B
Plaintext
# Inferencium
|
|
# MPV - Input
|
|
|
|
# Copyright 2022-2023 Jake Winters
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# Version: 1.0.1.2
|
|
|
|
|
|
# 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
|