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/main.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/main.txt')
-rw-r--r-- | doc/main.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/main.txt b/doc/main.txt new file mode 100644 index 0000000..d02fdc0 --- /dev/null +++ b/doc/main.txt @@ -0,0 +1,20 @@ + Welcome to Calcurse. This is the main help screen. +========================================================= + +Moving around: Press '^P' or '^N' to scroll text upward or downward + inside help screens, if necessary. + + Exit help: When finished, press 'q' to exit help and go back to + the main Calcurse screen. + + Help topic: At the bottom of this screen you can see a panel with + different fields, represented by a letter and a short + title. This panel contains all the available actions + you can perform when using Calcurse. + By pressing one of the letters appearing in this + panel, you will be shown a short description of the + corresponding action. At the top right side of the + description screen are indicated the user-defined key + bindings that lead to the action. + + Credits: Press '@' for credits.
\ No newline at end of file |