aboutsummaryrefslogtreecommitdiffstats
path: root/doc/de/general.txt
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2013-08-27 17:43:44 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2013-08-27 17:44:21 +0200
commit47804c9d208802095d7cd594300e5a2070b4f1b8 (patch)
treef080480cbc5cfe5846d4d6a528a7e5f52c4a8a4f /doc/de/general.txt
parentb74a9462de02b6de085a55b3bfdb0c16178d4aa4 (diff)
downloadcalcurse-47804c9d208802095d7cd594300e5a2070b4f1b8.tar.gz
calcurse-47804c9d208802095d7cd594300e5a2070b4f1b8.zip
doc/: Add translated documentation
Created using `po2txt` from translate-toolkit. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/de/general.txt')
-rw-r--r--doc/de/general.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/de/general.txt b/doc/de/general.txt
new file mode 100644
index 0000000..d2a79d9
--- /dev/null
+++ b/doc/de/general.txt
@@ -0,0 +1,28 @@
+Generic key bindings
+====================
+
+Some of the key bindings apply whatever panel is selected. They are called
+generic key bindings.
+
+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).