documentation added about the built-in input line editor
This commit is contained in:
parent
a53ed778f1
commit
cf5ae67eb8
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* $calcurse: manual_en.html,v 1.5 2006/12/12 14:18:21 culot Exp $
|
* $calcurse: manual_en.html,v 1.6 2006/12/13 09:30:11 culot Exp $
|
||||||
*
|
*
|
||||||
* Calcurse - text-based organizer
|
* Calcurse - text-based organizer
|
||||||
* Copyright (c) 2004-2006 Frederic Culot
|
* Copyright (c) 2004-2006 Frederic Culot
|
||||||
@ -377,18 +377,40 @@
|
|||||||
status bar
|
status bar
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
The first panel represents a calendar which allows to highligth
|
The first panel represents a calendar which allows to highlight
|
||||||
a particular day, the second one contains the list of the events
|
a particular day, the second one contains the list of the events
|
||||||
and appointments on that day, and the last one contains a list
|
and appointments on that day, and the last one contains a list
|
||||||
of tasks to do but which are not assigned to any specific day.
|
of tasks to do but which are not assigned to any specific day.<br>
|
||||||
At the very bottom of the screen there is a status bar, which
|
At the very bottom of the screen there is a status bar, which
|
||||||
indicates the possible actions and the corresponding keystrokes.
|
indicates the possible actions and the corresponding keystrokes.<br>
|
||||||
Just above this status bar is the notify-bar, which indicates
|
Just above this status bar is the notify-bar, which indicates
|
||||||
from left to right : the current date, the current time, the
|
from left to right : the current date, the current time, the
|
||||||
calendar file currently in use (apts on the above example, which
|
calendar file currently in use (apts on the above example, which
|
||||||
is the default calendar file, see the following section), and
|
is the default calendar file, see the following section), and
|
||||||
the next appointment within the upcoming 24 hours. Here it says
|
the next appointment within the upcoming 24 hours. Here it says
|
||||||
that it will be lunch time in one hour and twenty minutes.
|
that it will be lunch time in one hour and twenty minutes.
|
||||||
|
<p>
|
||||||
|
<u>Note:</u> Some actions, such as editing or adding an item,
|
||||||
|
require to type in some text. This is done with the help of
|
||||||
|
the built-in input line editor.<br>
|
||||||
|
Within this editor, if a line is longer than the screen width,
|
||||||
|
a '>', '*', or '<' character is displayed in the last
|
||||||
|
column indicating that there are more character after, before and
|
||||||
|
after, or before the current position, respectively. The line is
|
||||||
|
scrolled horizontally as necessary.<br>
|
||||||
|
Moreover, some editing commands are bound to particular control
|
||||||
|
characters. Hereafter are indicated the available editing commands
|
||||||
|
('^' stands for the control key):<br>
|
||||||
|
<ul>
|
||||||
|
<li><b>^a</b>: moves the cursor to the beginning of the input line
|
||||||
|
<li><b>^b</b>: moves the cursor backward
|
||||||
|
<li><b>^d</b>: deletes one character forward
|
||||||
|
<li><b>^e</b>: moves the cursor to the end of the input line
|
||||||
|
<li><b>^f</b>: moves the cursor forward
|
||||||
|
<li><b>^h</b>: deletes one character backward
|
||||||
|
<li><b>^k</b>: deletes the input from the cursor to the end of the line
|
||||||
|
<li><b>ESCAPE</b>: cancels the editing
|
||||||
|
</ul>
|
||||||
|
|
||||||
<a name="basics_files"></a><h2><code>calcurse</code> files</h2>
|
<a name="basics_files"></a><h2><code>calcurse</code> files</h2>
|
||||||
<p>
|
<p>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* $calcurse: manual_fr.html,v 1.5 2006/12/12 14:18:06 culot Exp $
|
* $calcurse: manual_fr.html,v 1.6 2006/12/13 09:30:30 culot Exp $
|
||||||
*
|
*
|
||||||
* Calcurse - text-based organizer
|
* Calcurse - text-based organizer
|
||||||
* Copyright (c) 2004-2006 Frederic Culot
|
* Copyright (c) 2004-2006 Frederic Culot
|
||||||
@ -416,10 +416,10 @@ pour l'i18n</h3>
|
|||||||
sélectionner un jour en particulier. Le second panneau contient
|
sélectionner un jour en particulier. Le second panneau contient
|
||||||
une liste d'évènements et les rendez-vous du jour, et le dernier
|
une liste d'évènements et les rendez-vous du jour, et le dernier
|
||||||
contient une liste des tâches à faire, mais qui ne sont pas
|
contient une liste des tâches à faire, mais qui ne sont pas
|
||||||
assignée à une journée en particulier.
|
assignée à une journée en particulier.<br>
|
||||||
Tout en bas de l'écran on retrouve une barre de status, qui indique
|
Tout en bas de l'écran on retrouve une barre de status, qui indique
|
||||||
les actions possibles en fonction du contexte, ainsi que la
|
les actions possibles en fonction du contexte, ainsi que la
|
||||||
touche qui doit être pressée pour effectuer cette action.
|
touche qui doit être pressée pour effectuer cette action.<br>
|
||||||
Juste au dessus de cette barre se trouve la barre de notification, qui
|
Juste au dessus de cette barre se trouve la barre de notification, qui
|
||||||
indique les informations suivantes, de gauche à droite : la date du jour,
|
indique les informations suivantes, de gauche à droite : la date du jour,
|
||||||
l'heure courante, le fichier calendrier actuellement ouvert (il s'agit
|
l'heure courante, le fichier calendrier actuellement ouvert (il s'agit
|
||||||
@ -427,6 +427,31 @@ pour l'i18n</h3>
|
|||||||
dans la section suivante), et le premier rendez-vous programmé dans les
|
dans la section suivante), et le premier rendez-vous programmé dans les
|
||||||
prochaines 24 heures. Dans cet exemple, il s'agit d'un dîner qui aura lieu
|
prochaines 24 heures. Dans cet exemple, il s'agit d'un dîner qui aura lieu
|
||||||
dans une heure et vingt minutes.
|
dans une heure et vingt minutes.
|
||||||
|
<p>
|
||||||
|
<u>Remarque:</u> Certaines actions, comme editer ou ajouter un
|
||||||
|
elément, nécessitent de renseigner du texte par
|
||||||
|
l'intermédiaire de l'éditeur de ligne de commande
|
||||||
|
fournit avec <code>calcurse</code>.<br>
|
||||||
|
Dans cet éditeur, si la ligne de commande est plus longue que la
|
||||||
|
largeur de l'écran, le caractère '>', '*', ou '<'
|
||||||
|
sera rajouté dans la dernière colonne si il reste du texte
|
||||||
|
après, avant et après, ou avant la position courante,
|
||||||
|
respectivement. La ligne défile horizontalement si
|
||||||
|
nécessaire.<br>
|
||||||
|
De plus, il existe des combinaisons de touches pour
|
||||||
|
effectuer certaines actions courantes utiles lors de l'édition
|
||||||
|
de textes. Voici ces raccourcis:<br>
|
||||||
|
<ul>
|
||||||
|
<li><b>^a</b>: déplacer le curseur au début de la ligne
|
||||||
|
<li><b>^b</b>: déplacer le curseur d'une position en arrière
|
||||||
|
<li><b>^d</b>: effacer le caractère suivant
|
||||||
|
<li><b>^e</b>: déplacer le curseur en fin de ligne
|
||||||
|
<li><b>^f</b>: déplacer le curseur d'une position en avant
|
||||||
|
<li><b>^h</b>: effacer le caractère précédent
|
||||||
|
<li><b>^k</b>: effacer le texte depuis la position courante
|
||||||
|
jusqu'à la fin de la ligne
|
||||||
|
<li><b>ESCAPE</b>: annuler l'édition du texte courant
|
||||||
|
</ul>
|
||||||
|
|
||||||
<a name="basics_files"></a><h2>Fichiers</h2>
|
<a name="basics_files"></a><h2>Fichiers</h2>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user