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