Data structures and logic was changing very fast. Don't have the time to break downt the individual sections ATM. Sorry future reader (me).
45 lines
1.4 KiB
Text
45 lines
1.4 KiB
Text
{
|
|
"keybindings": {
|
|
"ScanDisks": {
|
|
"<Enter>": "Process",
|
|
"<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
|
|
},
|
|
"SelectDisks": {
|
|
"<r>": "ScanDisks",
|
|
"<Enter>": "Process",
|
|
"<Up>": "KeyUp",
|
|
"<Down>": "KeyDown",
|
|
"<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
|
|
},
|
|
"SelectParts": {
|
|
"<b>": "PrevScreen",
|
|
"<Enter>": "Process",
|
|
"<Up>": "KeyUp",
|
|
"<Down>": "KeyDown",
|
|
"<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
|
|
},
|
|
"Confirm": {
|
|
"<b>": "PrevScreen",
|
|
"<Enter>": "Process",
|
|
"<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
|
|
},
|
|
"Done": {
|
|
"<Enter>": "Quit",
|
|
"<q>": "Quit", // Quit the application
|
|
"<Ctrl-d>": "Quit", // Another way to quit
|
|
"<Ctrl-c>": "Quit", // Yet another way to quit
|
|
},
|
|
}
|
|
}
|