This commit is contained in:
Dheepak Krishnamurthy 2023-09-27 00:13:42 -04:00
parent 84589c3ab3
commit ff6c0e60b9
6 changed files with 220 additions and 94 deletions

View file

@ -1,8 +1,14 @@
{
"task_report": {
"looping": false,
"selection_indicator": "• ",
},
"keybindings": {
// KeyBindings for TaskReport
"TaskReport": {
"<q>": "Quit", // Quit the application
"<j>": "MoveDown", // MoveDown
"<k>": "MoveUp", // MoveUp
"<Ctrl-d>": "Quit", // Another way to quit
"<Ctrl-c>": "Quit", // Yet another way to quit
"<Ctrl-z>": "Suspend" // Suspend the application