···11+scroll_offset 4
22+33+keybindings {
44+ Explorer {
55+ "<q>" Quit // Quit the application
66+ "<Ctrl-d>" Quit // Another way to quit
77+ "<Ctrl-c>" Quit // Yet another way to quit
88+ "<Ctrl-z>" Suspend // Suspend the application
99+ "<2>" switch-to="TodoList"
1010+ "<3>" switch-to="Inspector"
1111+ f ToggleShowFinished
1212+ x Delete
1313+ t NewTask
1414+ g NewSubGroup
1515+ "<Shift-g>" NewGroup
1616+ j MoveDown
1717+ k MoveUp
1818+ l MoveInto
1919+ h MoveOutOf
2020+ }
2121+2222+ TodoList {
2323+ "<q>" Quit // Quit the application
2424+ "<Ctrl-d>" Quit // Another way to quit
2525+ "<Ctrl-c>" Quit // Yet another way to quit
2626+ "<Ctrl-z>" Suspend // Suspend the application
2727+ "<1>" switch-to="Explorer"
2828+ "<3>" switch-to="Inspector"
2929+ j MoveDown
3030+ k MoveUp
3131+ }
3232+3333+ Inspector {
3434+ "<q>" Quit // Quit the application
3535+ "<Ctrl-d>" Quit // Another way to quit
3636+ "<Ctrl-c>" Quit // Yet another way to quit
3737+ "<Ctrl-z>" Suspend // Suspend the application
3838+ "<1>" switch-to="Explorer"
3939+ "<2>" switch-to="TodoList"
4040+ r RandomColor
4141+ n EditName
4242+ c EditColor
4343+ p EditPriority
4444+ u EditDue
4545+ d EditDescription
4646+ f ToggleFinishTask
4747+ t NewTask
4848+ g NewSubGroup
4949+ }
5050+}