From 710fc41b23042978c19099d30e705f5e1a226dbe Mon Sep 17 00:00:00 2001
From: Marty Oehme <contact@martyoeh.me>
Date: Fri, 28 Feb 2025 20:07:25 +0100
Subject: [PATCH] mpv: Require shift Q to quit application

Accidentally hitting q was just a little too common for me so now at
least I will have to accidentally hit two keys at once.

Regular q is completely ignored.
---
 multimedia/.config/mpv/input.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/multimedia/.config/mpv/input.conf b/multimedia/.config/mpv/input.conf
index 888267d..0b90724 100644
--- a/multimedia/.config/mpv/input.conf
+++ b/multimedia/.config/mpv/input.conf
@@ -1,4 +1,5 @@
-q         quit
+Q         quit
+q         ignore
 
 l         seek 5
 L         seek 60