From 83badb9c430b21126af35d94a027fd29a246b6ed Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Thu, 21 Nov 2024 04:24:06 -0800 Subject: [PATCH] Revert "Make key mapping case-insensitive" This reverts commit 265feed100123ebbd6b902d6333f6159d366d20f. --- config/config.json5 | 109 ++++++++++++-------------------------------- 1 file changed, 30 insertions(+), 79 deletions(-) diff --git a/config/config.json5 b/config/config.json5 index e04da74..bb9e684 100644 --- a/config/config.json5 +++ b/config/config.json5 @@ -3,138 +3,89 @@ "keybindings": { "ScanDisks": { "": "Quit", // Quit the application - "": "Quit", // Quit the application - "": "Quit", // Another way to quit - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Quit", // Yet another way to quit + "": "Quit", // Another way to quit + "": "Quit", // Yet another way to quit "": "Suspend" // Suspend the application - "": "Suspend" // Suspend the application }, "InstallDrivers": { - "": "Quit", // Quit the application - "": "Quit", // Quit the application "": "Process", "": "KeyUp", "": "KeyDown", - "": "Quit", // Another way to quit - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Quit", // Yet another way to quit + "": "Quit", // Quit the application + "": "Quit", // Another way to quit + "": "Quit", // Yet another way to quit "": "Suspend" // Suspend the application - "": "Suspend" // Suspend the application }, "SelectDisks": { "": "InstallDriver", - "": "InstallDriver", - "": "Quit", // Quit the application - "": "Quit", // Quit the application "": "ScanDisks", - "": "ScanDisks", "": "Process", "": "KeyUp", "": "KeyDown", - "": "Quit", // Another way to quit - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Quit", // Yet another way to quit + "": "Quit", // Quit the application + "": "Quit", // Another way to quit + "": "Quit", // Yet another way to quit "": "Suspend" // Suspend the application - "": "Suspend" // Suspend the application }, "SelectTableType": { "": "PrevScreen", - "": "PrevScreen", - "": "Quit", // Quit the application - "": "Quit", // Quit the application "": "Process", "": "KeyUp", "": "KeyDown", - "": "Quit", // Another way to quit - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Quit", // Yet another way to quit + "": "Quit", // Quit the application + "": "Quit", // Another way to quit + "": "Quit", // Yet another way to quit "": "Suspend" // Suspend the application - "": "Suspend" // Suspend the application }, "Confirm": { "": "PrevScreen", - "": "PrevScreen", - "": "Quit", // Quit the application - "": "Quit", // Quit the application "": "Process", - "": "Quit", // Another way to quit - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Quit", // Yet another way to quit + "": "Quit", // Quit the application + "": "Quit", // Another way to quit + "": "Quit", // Yet another way to quit "": "Suspend" // Suspend the application - "": "Suspend" // Suspend the application }, "PreClone": { "": "Quit", // Quit the application - "": "Quit", // Quit the application - "": "Quit", // Another way to quit - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Quit", // Yet another way to quit + "": "Quit", // Another way to quit + "": "Quit", // Yet another way to quit "": "Suspend" // Suspend the application - "": "Suspend" // Suspend the application }, "Clone": { "": "Quit", // Quit the application - "": "Quit", // Quit the application - "": "Quit", // Another way to quit - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Quit", // Yet another way to quit + "": "Quit", // Another way to quit + "": "Quit", // Yet another way to quit "": "Suspend" // Suspend the application - "": "Suspend" // Suspend the application }, "SelectParts": { - "": "Quit", // Quit the application - "": "Quit", // Quit the application - "": "ScanDisks", // Start over - "": "ScanDisks", // Start over "": "Process", "": "KeyUp", "": "KeyDown", - "": "Quit", // Another way to quit - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Quit", // Yet another way to quit + "": "ScanDisks", // Start over + "": "Quit", // Quit the application + "": "Quit", // Another way to quit + "": "Quit", // Yet another way to quit "": "Suspend" // Suspend the application - "": "Suspend" // Suspend the application }, "PostClone": { "": "Quit", // Quit the application - "": "Quit", // Quit the application - "": "Quit", // Another way to quit - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Quit", // Yet another way to quit + "": "Quit", // Another way to quit + "": "Quit", // Yet another way to quit "": "Suspend" // Suspend the application - "": "Suspend" // Suspend the application }, "Done": { - "": "Quit", // Quit the application - "": "Quit", // Quit the application "": "Quit", - "": "Quit", // Another way to quit - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Quit", // Yet another way to quit + "": "Quit", // Quit the application + "": "Quit", // Another way to quit + "": "Quit", // Yet another way to quit "": "Suspend" // Suspend the application - "": "Suspend" // Suspend the application }, "Failed": { - "": "Quit", // Quit the application - "": "Quit", // Quit the application "": "Quit", - "": "Quit", // Another way to quit - "": "Quit", // Another way to quit - "": "Quit", // Yet another way to quit - "": "Quit", // Yet another way to quit + "": "Quit", // Quit the application + "": "Quit", // Another way to quit + "": "Quit", // Yet another way to quit "": "Suspend" // Suspend the application - "": "Suspend" // Suspend the application }, } }