This commit is contained in:
Dheepak Krishnamurthy 2023-09-26 04:06:16 -04:00
parent e136c23959
commit e84a172880
5 changed files with 420 additions and 15 deletions

View file

@ -2,7 +2,7 @@
"keybindings": {
// KeyBindings for TaskReport
"TaskReport": {
"<q><q>": "Quit", // Quit the application
"<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