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 }, } }