Revert "Make key mapping case-insensitive"
This reverts commit 265feed100.
This commit is contained in:
parent
265feed100
commit
83badb9c43
1 changed files with 30 additions and 79 deletions
|
|
@ -3,138 +3,89 @@
|
|||
"keybindings": {
|
||||
"ScanDisks": {
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Q>": "Quit", // Quit the application
|
||||
"<Ctrl-c>": "Quit", // 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-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||
},
|
||||
"InstallDrivers": {
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Q>": "Quit", // Quit the application
|
||||
"<Enter>": "Process",
|
||||
"<Up>": "KeyUp",
|
||||
"<Down>": "KeyDown",
|
||||
"<Ctrl-c>": "Quit", // 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
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Ctrl-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||
},
|
||||
"SelectDisks": {
|
||||
"<i>": "InstallDriver",
|
||||
"<I>": "InstallDriver",
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Q>": "Quit", // Quit the application
|
||||
"<r>": "ScanDisks",
|
||||
"<R>": "ScanDisks",
|
||||
"<Enter>": "Process",
|
||||
"<Up>": "KeyUp",
|
||||
"<Down>": "KeyDown",
|
||||
"<Ctrl-c>": "Quit", // 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
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Ctrl-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||
},
|
||||
"SelectTableType": {
|
||||
"<b>": "PrevScreen",
|
||||
"<B>": "PrevScreen",
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Q>": "Quit", // Quit the application
|
||||
"<Enter>": "Process",
|
||||
"<Up>": "KeyUp",
|
||||
"<Down>": "KeyDown",
|
||||
"<Ctrl-c>": "Quit", // 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
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Ctrl-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||
},
|
||||
"Confirm": {
|
||||
"<b>": "PrevScreen",
|
||||
"<B>": "PrevScreen",
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Q>": "Quit", // Quit the application
|
||||
"<Enter>": "Process",
|
||||
"<Ctrl-c>": "Quit", // 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
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Ctrl-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||
},
|
||||
"PreClone": {
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Q>": "Quit", // Quit the application
|
||||
"<Ctrl-c>": "Quit", // 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-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||
},
|
||||
"Clone": {
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Q>": "Quit", // Quit the application
|
||||
"<Ctrl-c>": "Quit", // 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-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||
},
|
||||
"SelectParts": {
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Q>": "Quit", // Quit the application
|
||||
"<s>": "ScanDisks", // Start over
|
||||
"<S>": "ScanDisks", // Start over
|
||||
"<Enter>": "Process",
|
||||
"<Up>": "KeyUp",
|
||||
"<Down>": "KeyDown",
|
||||
"<Ctrl-c>": "Quit", // 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
|
||||
"<s>": "ScanDisks", // Start over
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Ctrl-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||
},
|
||||
"PostClone": {
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Q>": "Quit", // Quit the application
|
||||
"<Ctrl-c>": "Quit", // 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-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||
},
|
||||
"Done": {
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Q>": "Quit", // Quit the application
|
||||
"<Enter>": "Quit",
|
||||
"<Ctrl-c>": "Quit", // 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
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Ctrl-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||
},
|
||||
"Failed": {
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Q>": "Quit", // Quit the application
|
||||
"<Enter>": "Quit",
|
||||
"<Ctrl-c>": "Quit", // 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
|
||||
"<q>": "Quit", // Quit the application
|
||||
"<Ctrl-d>": "Quit", // Another way to quit
|
||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue