aboutsummaryrefslogtreecommitdiffstats
path: root/doc/general.txt
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2013-07-09 00:31:30 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2013-07-09 00:34:21 +0200
commit906c2fa02731af0a02338b57096947f5b993759d (patch)
treee932888c24faf56df515051dcfad4ac8d5692cc4 /doc/general.txt
parenta3d43ead87a742e6c1ffa24c9528608cc68c7e52 (diff)
downloadcalcurse-906c2fa02731af0a02338b57096947f5b993759d.tar.gz
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/general.txt')
-rw-r--r--doc/general.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/general.txt b/doc/general.txt
new file mode 100644
index 0000000..53c71e8
--- /dev/null
+++ b/doc/general.txt
@@ -0,0 +1,27 @@
+Generic keybindings
+===================
+
+Some of the keybindings apply whatever panel is selected. They are
+called generic keybinding.
+Here is the list of all the generic key bindings, together with their
+corresponding action:
+
+ '^R' : Redraw function -> redraws calcurse panels, this is useful if
+ you resize your terminal screen or when
+ garbage appears inside the display
+ '^A' : Add Appointment -> add an appointment or an event
+ '^T' : Add TODO -> add a todo
+ 'T' : -1 Day -> move to previous day
+ 't' : +1 Day -> move to next day
+ 'W' : -1 Week -> move to previous week
+ 'w' : +1 Week -> move to next week
+ 'M' : -1 Month -> move to previous month
+ 'm' : +1 Month -> move to next month
+ 'Y' : -1 Year -> move to previous year
+ 'y' : +1 Year -> move to next year
+ '^G' : Goto today -> move to current day
+
+The '^P' and '^N' keys are used to scroll text upward or downward
+when inside specific screens such the help screens for example.
+They are also used when the calendar screen is selected to switch
+between the available views (monthly and weekly calendar views). \ No newline at end of file