From d94bcef89e7eda8017e7da1412762dc4a2cd1c63 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 1 Mar 2023 00:20:00 +0000 Subject: [PATCH] Remove unnecessary period from section header comments. --- desktop/mpv/input.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/mpv/input.conf b/desktop/mpv/input.conf index b2dceb7..0019051 100644 --- a/desktop/mpv/input.conf +++ b/desktop/mpv/input.conf @@ -4,15 +4,15 @@ # Copyright 2022-2023 Jake Winters # SPDX-License-Identifier: GPL-3.0-or-later -# Version: 1.0.0.1 +# Version: 1.0.1.2 -# Video panning. +# 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. +# Video zooming Alt+= add video-zoom 0.1 Alt+- add video-zoom -0.1