[q-lang-cvs] qcalc/doc qcalc.xml,1.18,1.19
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-11-23 23:58:18
|
Update of /cvsroot/q-lang/qcalc/doc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3328/doc Modified Files: qcalc.xml Log Message: update documentation Index: qcalc.xml =================================================================== RCS file: /cvsroot/q-lang/qcalc/doc/qcalc.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** qcalc.xml 18 Nov 2007 05:56:43 -0000 1.18 --- qcalc.xml 23 Nov 2007 23:58:15 -0000 1.19 *************** *** 120,124 **** </para> <para> ! There are also many useful keyboard and mouse shortcuts. You can browse through your spreadsheet with the mouse or the cursor keys. <keycap>F3</keycap> edits a cell, <keycap>Esc</keycap> aborts the edit (reverting the cell to its previous value), and <keycap>F2</keycap> or <keycap>Return</keycap> stores the edited value (and does any necessary computations). You can force reevaluation of a cell by pressing <keycap>F2</keycap> while the cell is selected, and a double click opens a cell for editing. You can also just start typing when a cell is selected, to overwrite its current value. All editing is done in place, right there in the cell; there is no separate line edit control as in other spreadsheets. Cell indices and formulas are shown in the status line when you click on them. </para> --- 120,124 ---- </para> <para> ! There are also many useful keyboard and mouse shortcuts. You can browse through your spreadsheet with the mouse or the cursor keys, including the <keycap>Tab</keycap> and <keycap>Backtab</keycap> keys which traverse to the next and previous table cell, respectively. <keycap>F3</keycap> edits a cell, <keycap>Esc</keycap> aborts the edit (reverting the cell to its previous value), and <keycap>F2</keycap> or <keycap>Return</keycap> stores the edited value (and does any necessary computations). You can force reevaluation of a cell by pressing <keycap>F2</keycap> while the cell is selected, and a double click opens a cell for editing. You can also just start typing when a cell is selected, to overwrite its current value. All editing is done in place, right there in the cell; there is no separate line edit control as in other spreadsheets. Cell indices and formulas are shown in the status line when you click on them. </para> *************** *** 142,146 **** <section id="script"><title>The Script</title> <para> ! You get to the script page by switching to the corresponding tab located right below the menu and toolbar. You then see the following: </para> <screenshot> --- 142,146 ---- <section id="script"><title>The Script</title> <para> ! You get to the script page by switching to the corresponding tab located right below the menu and toolbar, or by pressing <keycap>F11</keycap> which toggles between the spreadsheet and the script view. After selecting the script view you see the following: </para> <screenshot> |