Make key mapping case-insensitive
This commit is contained in:
parent
2266da9106
commit
265feed100
1 changed files with 79 additions and 30 deletions
|
|
@ -3,89 +3,138 @@
|
||||||
"keybindings": {
|
"keybindings": {
|
||||||
"ScanDisks": {
|
"ScanDisks": {
|
||||||
"<q>": "Quit", // Quit the application
|
"<q>": "Quit", // Quit the application
|
||||||
"<Ctrl-d>": "Quit", // Another way to quit
|
"<Q>": "Quit", // Quit the application
|
||||||
"<Ctrl-c>": "Quit", // Yet another way to 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
|
||||||
"<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",
|
||||||
"<q>": "Quit", // Quit the application
|
"<Ctrl-c>": "Quit", // Another way to quit
|
||||||
"<Ctrl-d>": "Quit", // Another way to quit
|
"<Ctrl-C>": "Quit", // Another way to quit
|
||||||
"<Ctrl-c>": "Quit", // Yet 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
|
||||||
},
|
},
|
||||||
"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",
|
||||||
"<q>": "Quit", // Quit the application
|
"<Ctrl-c>": "Quit", // Another way to quit
|
||||||
"<Ctrl-d>": "Quit", // Another way to quit
|
"<Ctrl-C>": "Quit", // Another way to quit
|
||||||
"<Ctrl-c>": "Quit", // Yet 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
|
||||||
},
|
},
|
||||||
"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",
|
||||||
"<q>": "Quit", // Quit the application
|
"<Ctrl-c>": "Quit", // Another way to quit
|
||||||
"<Ctrl-d>": "Quit", // Another way to quit
|
"<Ctrl-C>": "Quit", // Another way to quit
|
||||||
"<Ctrl-c>": "Quit", // Yet 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
|
||||||
},
|
},
|
||||||
"Confirm": {
|
"Confirm": {
|
||||||
"<b>": "PrevScreen",
|
"<b>": "PrevScreen",
|
||||||
"<Enter>": "Process",
|
"<B>": "PrevScreen",
|
||||||
"<q>": "Quit", // Quit the application
|
"<q>": "Quit", // Quit the application
|
||||||
"<Ctrl-d>": "Quit", // Another way to quit
|
"<Q>": "Quit", // Quit the application
|
||||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
"<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
|
||||||
"<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
|
||||||
"<Ctrl-d>": "Quit", // Another way to quit
|
"<Q>": "Quit", // Quit the application
|
||||||
"<Ctrl-c>": "Quit", // Yet another way to 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
|
||||||
"<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
|
||||||
"<Ctrl-d>": "Quit", // Another way to quit
|
"<Q>": "Quit", // Quit the application
|
||||||
"<Ctrl-c>": "Quit", // Yet another way to 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
|
||||||
"<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",
|
||||||
"<s>": "ScanDisks", // Start over
|
"<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
|
||||||
},
|
},
|
||||||
"PostClone": {
|
"PostClone": {
|
||||||
"<q>": "Quit", // Quit the application
|
"<q>": "Quit", // Quit the application
|
||||||
"<Ctrl-d>": "Quit", // Another way to quit
|
"<Q>": "Quit", // Quit the application
|
||||||
"<Ctrl-c>": "Quit", // Yet another way to 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
|
||||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||||
|
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||||
},
|
},
|
||||||
"Done": {
|
"Done": {
|
||||||
"<Enter>": "Quit",
|
|
||||||
"<q>": "Quit", // Quit the application
|
"<q>": "Quit", // Quit the application
|
||||||
"<Ctrl-d>": "Quit", // Another way to quit
|
"<Q>": "Quit", // Quit the application
|
||||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
"<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
|
||||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||||
|
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||||
},
|
},
|
||||||
"Failed": {
|
"Failed": {
|
||||||
"<Enter>": "Quit",
|
|
||||||
"<q>": "Quit", // Quit the application
|
"<q>": "Quit", // Quit the application
|
||||||
"<Ctrl-d>": "Quit", // Another way to quit
|
"<Q>": "Quit", // Quit the application
|
||||||
"<Ctrl-c>": "Quit", // Yet another way to quit
|
"<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
|
||||||
"<Ctrl-z>": "Suspend" // Suspend the application
|
"<Ctrl-z>": "Suspend" // Suspend the application
|
||||||
|
"<Ctrl-Z>": "Suspend" // Suspend the application
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue