44 lines
1.4 KiB
Text
44 lines
1.4 KiB
Text
{
|
|
"keybindings": {
|
|
"ScanDisks": {
|
|
"<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
|
|
},
|
|
}
|
|
}
|