diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-09 00:31:30 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-09 00:34:21 +0200 |
commit | 906c2fa02731af0a02338b57096947f5b993759d (patch) | |
tree | e932888c24faf56df515051dcfad4ac8d5692cc4 /doc/tab.txt | |
parent | a3d43ead87a742e6c1ffa24c9528608cc68c7e52 (diff) | |
download | calcurse-906c2fa02731af0a02338b57096947f5b993759d.zip |
Export online help as text files
Move the texts of each online help screen to a separate text file. The
set of files is supposed to replace the online help screens later.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/tab.txt')
-rw-r--r-- | doc/tab.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tab.txt b/doc/tab.txt new file mode 100644 index 0000000..58d1b21 --- /dev/null +++ b/doc/tab.txt @@ -0,0 +1,14 @@ +Tab +=== + +Switch between panels. +The panel currently in use has its border colorized. + +Some actions are possible only if the right panel is selected. +For example, if you want to add a task in the TODO list, you need first +to press the 'TAB' key to get the TODO panel selected. Then you can +press 'a' to add your item. + +Notice that at the bottom of the screen the list of possible actions +change while pressing 'TAB', so you always know what action can be +performed on the selected panel.
\ No newline at end of file |