Revert "Make key mapping case-insensitive"

This reverts commit 265feed100.
This commit is contained in:
2Shirt 2024-11-21 04:24:06 -08:00
parent 265feed100
commit 83badb9c43
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -3,138 +3,89 @@
"keybindings": { "keybindings": {
"ScanDisks": { "ScanDisks": {
"<q>": "Quit", // Quit the application "<q>": "Quit", // Quit the application
"<Q>": "Quit", // Quit the application "<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-c>": "Quit", // Another way to quit "<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-C>": "Quit", // Another way to quit
"<Ctrl-d>": "Quit", // Yet another way to quit
"<Ctrl-D>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application "<Ctrl-z>": "Suspend" // Suspend the application
"<Ctrl-Z>": "Suspend" // Suspend the application
}, },
"InstallDrivers": { "InstallDrivers": {
"<q>": "Quit", // Quit the application
"<Q>": "Quit", // Quit the application
"<Enter>": "Process", "<Enter>": "Process",
"<Up>": "KeyUp", "<Up>": "KeyUp",
"<Down>": "KeyDown", "<Down>": "KeyDown",
"<Ctrl-c>": "Quit", // Another way to quit "<q>": "Quit", // Quit the application
"<Ctrl-C>": "Quit", // Another way to quit "<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-d>": "Quit", // Yet another way to quit "<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-D>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application "<Ctrl-z>": "Suspend" // Suspend the application
"<Ctrl-Z>": "Suspend" // Suspend the application
}, },
"SelectDisks": { "SelectDisks": {
"<i>": "InstallDriver", "<i>": "InstallDriver",
"<I>": "InstallDriver",
"<q>": "Quit", // Quit the application
"<Q>": "Quit", // Quit the application
"<r>": "ScanDisks", "<r>": "ScanDisks",
"<R>": "ScanDisks",
"<Enter>": "Process", "<Enter>": "Process",
"<Up>": "KeyUp", "<Up>": "KeyUp",
"<Down>": "KeyDown", "<Down>": "KeyDown",
"<Ctrl-c>": "Quit", // Another way to quit "<q>": "Quit", // Quit the application
"<Ctrl-C>": "Quit", // Another way to quit "<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-d>": "Quit", // Yet another way to quit "<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-D>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application "<Ctrl-z>": "Suspend" // Suspend the application
"<Ctrl-Z>": "Suspend" // Suspend the application
}, },
"SelectTableType": { "SelectTableType": {
"<b>": "PrevScreen", "<b>": "PrevScreen",
"<B>": "PrevScreen",
"<q>": "Quit", // Quit the application
"<Q>": "Quit", // Quit the application
"<Enter>": "Process", "<Enter>": "Process",
"<Up>": "KeyUp", "<Up>": "KeyUp",
"<Down>": "KeyDown", "<Down>": "KeyDown",
"<Ctrl-c>": "Quit", // Another way to quit "<q>": "Quit", // Quit the application
"<Ctrl-C>": "Quit", // Another way to quit "<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-d>": "Quit", // Yet another way to quit "<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-D>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application "<Ctrl-z>": "Suspend" // Suspend the application
"<Ctrl-Z>": "Suspend" // Suspend the application
}, },
"Confirm": { "Confirm": {
"<b>": "PrevScreen", "<b>": "PrevScreen",
"<B>": "PrevScreen",
"<q>": "Quit", // Quit the application
"<Q>": "Quit", // Quit the application
"<Enter>": "Process", "<Enter>": "Process",
"<Ctrl-c>": "Quit", // Another way to quit "<q>": "Quit", // Quit the application
"<Ctrl-C>": "Quit", // Another way to quit "<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-d>": "Quit", // Yet another way to quit "<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-D>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application "<Ctrl-z>": "Suspend" // Suspend the application
"<Ctrl-Z>": "Suspend" // Suspend the application
}, },
"PreClone": { "PreClone": {
"<q>": "Quit", // Quit the application "<q>": "Quit", // Quit the application
"<Q>": "Quit", // Quit the application "<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-c>": "Quit", // Another way to quit "<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-C>": "Quit", // Another way to quit
"<Ctrl-d>": "Quit", // Yet another way to quit
"<Ctrl-D>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application "<Ctrl-z>": "Suspend" // Suspend the application
"<Ctrl-Z>": "Suspend" // Suspend the application
}, },
"Clone": { "Clone": {
"<q>": "Quit", // Quit the application "<q>": "Quit", // Quit the application
"<Q>": "Quit", // Quit the application "<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-c>": "Quit", // Another way to quit "<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-C>": "Quit", // Another way to quit
"<Ctrl-d>": "Quit", // Yet another way to quit
"<Ctrl-D>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application "<Ctrl-z>": "Suspend" // Suspend the application
"<Ctrl-Z>": "Suspend" // Suspend the application
}, },
"SelectParts": { "SelectParts": {
"<q>": "Quit", // Quit the application
"<Q>": "Quit", // Quit the application
"<s>": "ScanDisks", // Start over
"<S>": "ScanDisks", // Start over
"<Enter>": "Process", "<Enter>": "Process",
"<Up>": "KeyUp", "<Up>": "KeyUp",
"<Down>": "KeyDown", "<Down>": "KeyDown",
"<Ctrl-c>": "Quit", // Another way to quit "<s>": "ScanDisks", // Start over
"<Ctrl-C>": "Quit", // Another way to quit "<q>": "Quit", // Quit the application
"<Ctrl-d>": "Quit", // Yet another way to quit "<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-D>": "Quit", // Yet another way to quit "<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application "<Ctrl-z>": "Suspend" // Suspend the application
"<Ctrl-Z>": "Suspend" // Suspend the application
}, },
"PostClone": { "PostClone": {
"<q>": "Quit", // Quit the application "<q>": "Quit", // Quit the application
"<Q>": "Quit", // Quit the application "<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-c>": "Quit", // Another way to quit "<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-C>": "Quit", // Another way to quit
"<Ctrl-d>": "Quit", // Yet another way to quit
"<Ctrl-D>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application "<Ctrl-z>": "Suspend" // Suspend the application
"<Ctrl-Z>": "Suspend" // Suspend the application
}, },
"Done": { "Done": {
"<q>": "Quit", // Quit the application
"<Q>": "Quit", // Quit the application
"<Enter>": "Quit", "<Enter>": "Quit",
"<Ctrl-c>": "Quit", // Another way to quit "<q>": "Quit", // Quit the application
"<Ctrl-C>": "Quit", // Another way to quit "<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-d>": "Quit", // Yet another way to quit "<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-D>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application "<Ctrl-z>": "Suspend" // Suspend the application
"<Ctrl-Z>": "Suspend" // Suspend the application
}, },
"Failed": { "Failed": {
"<q>": "Quit", // Quit the application
"<Q>": "Quit", // Quit the application
"<Enter>": "Quit", "<Enter>": "Quit",
"<Ctrl-c>": "Quit", // Another way to quit "<q>": "Quit", // Quit the application
"<Ctrl-C>": "Quit", // Another way to quit "<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-d>": "Quit", // Yet another way to quit "<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-D>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application "<Ctrl-z>": "Suspend" // Suspend the application
"<Ctrl-Z>": "Suspend" // Suspend the application
}, },
} }
} }