1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
|
<appendix id="keybinding">
<title>Keybinding Reference</title>
<para>
This appendix lists the keyboard shortcuts which are defined by
default in &gnum;.
</para>
<para>
Keybindings are combinations of keystrokes which tell an application to
run a task. These can greatly speed-up the user's interactions
with an application. Some of the most common ones are
<keycombo>
<keycap>Ctrl</keycap>
<keycap>s</keycap>
</keycombo>
to save a file or
<keycombo>
<keycap>Ctrl</keycap>
<keycap>q</keycap>
</keycombo>
to quit the application. &gnum; also
comes with keybindings to make your spreadsheet experience faster.
</para>
<para>
Normally, keybindings are next to a command in a menu. For
example, if
<menuchoice>
<guimenuitem>Save</guimenuitem>
</menuchoice>
has
<keycombo>
<keycap>Ctrl</keycap>
<keycap>s</keycap>
</keycombo>
next to it, that means that
<keycombo>
<keycap>Ctrl</keycap>
<keycap>s</keycap>
</keycombo>
can be typed at the same time to save your file. However, some
keystrokes aren't listed in the menus. They are as follows:
</para>
<itemizedlist>
<listitem>
<para>
<keycap>F2</keycap> sets the current cell for editing. The
cursor is inserted at the end of the current text.
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-O</keycap> opens the <interface>Load file</interface>
dialog window.
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-F3</keycap> opens the <interface>Define Name</interface>
dialog window.
</para>
</listitem>
<listitem>
<para>
<keycap>F4</keycap> repeat the last action.
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-G</keycap> opens the <interface>Go to</interface>
dialog window which allows you to jump to a specified cell.
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-H</keycap> opens the <interface>Search and
Replace</interface> dialog where you can search through your
spreadsheets for text strings and replace them with something
else.
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-F</keycap> opens the <interface>Search
Center</interface>. The <interface>Search Center</interface>
allows you to search through your spreadsheets for text
strings.
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-~</keycap> Formats the current selection as a 'General'.
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-$</keycap> Formats the current selection with the default currency
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-#</keycap> Formats the current selection with default date style
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-^</keycap> Formats the current selection as superscript
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-@</keycap> Formats the current selection with the default time format
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-!</keycap> Formats the current selection as an integer (a number with no decimal places).
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-&</keycap> Adds a thin border around the current selection
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-_</keycap> Formats the current selection as subscript
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-$</keycap> Formats the current selection as the default currency
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-B</keycap> or <keycap>Ctrl-2</keycap>
Toggles the boldness of the font in the current selection.
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-I</keycap> or <keycap>Ctrl-3</keycap>
Toggles the italics of the font in the current selection.
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-U</keycap> or <keycap>Ctrl-4</keycap>
Toggles single underlining of the current selection.
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-5</keycap>
Toggles strikethrough of the current selection.
</para>
</listitem>
<listitem>
<para>
<keycap>Shift-Ctrl-G</keycap>
Changes the keyboard focus to the current cell indicator described in <xref linkend="data-entry-currentcell" />.
</para>
</listitem>
<listitem>
<para>
<keycap>Ctrl-a</keycap>
Select all cells on the currently focused sheet.
</para>
</listitem>
</itemizedlist>
</appendix>
|