2.5.1 release branding
[jalview.git] / help / html / features / cursorMode.html
1 #-------------------------------------------------------------------------------
2 # Jalview - A Sequence Alignment Editor and Viewer (Version 2.5.1)
3 # Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
4
5 # This file is part of Jalview.
6
7 # Jalview is free software: you can redistribute it and/or
8 # modify it under the terms of the GNU General Public License 
9 # as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
10
11 # Jalview is distributed in the hope that it will be useful, but 
12 # WITHOUT ANY WARRANTY; without even the implied warranty 
13 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
14 # PURPOSE.  See the GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
17 #-------------------------------------------------------------------------------
18 <html>
19 <!--
20  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.5)
21  * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
22  * 
23  * This file is part of Jalview.
24  * 
25  * Jalview is free software: you can redistribute it and/or
26  * modify it under the terms of the GNU General Public License 
27  * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
28  * 
29  * Jalview is distributed in the hope that it will be useful, but 
30  * WITHOUT ANY WARRANTY; without even the implied warranty 
31  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
32  * PURPOSE.  See the GNU General Public License for more details.
33  * 
34  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
35 -->
36 <head>
37 <title>Cursor Mode</title>
38 </head>
39 <body>
40 <p><strong>Cursor Mode</strong></p>
41 <p>Cursor mode is a new feature in Jalview 2.08, and allows more
42 precise selection and editing of alignments through the use of the
43 keyboard for both navigation and the input of editing and selection commands.</p>
44 <p><em>F2</em> Toggles between normal and cursor editing modes. When
45 in cursor mode, a black cursor appears in the residue area of the
46 alignment, and any mouse clicks on that area will move the cursor to
47 that position (this means that the region selection menu is
48 unavailable in cursor mode).</p>
49 <p><b>Navigation</b>
50 <ul>
51   <li>Cursor keys - Move cursor around the alignment.</li>
52 </ul>
53 <ul>
54   <li>S - Type a number x then press 'S' to jump to sequence x.</li>
55 </ul>
56 <ul>
57   <li>C - Type a number x then press 'C' to jump to column x.</li>
58 </ul>
59 <ul>
60   <li>P - Type a number x then press 'P' to jump to position x in current sequence.</li>
61 </ul>
62 <ul>
63   <li>65,82&lt;return&gt; - Quick jump to column 65, sequence 82</li>
64 </ul>
65 </p>
66 <p><b>Defining Regions</b>
67 <ul>
68   <li>Q - Define the top left corner of the selection area</li>
69 </ul>
70 <ul>
71   <li>M - Define the bottom right corner of the selection area<br>
72   </li>
73 </ul>
74 <p><b>Editing The Alignment</b>
75 <ul>
76   <li>Space - Insert a gap at the cursor position. <br>
77     To insert 12 spaces at the current cursor, type 12 before pressing Space.<br>
78     To group insert, hold control or shift together with space.</li>
79 </ul>
80 <ul>
81   <li>Delete (or backspace) - Delete a gap at the cursor position.<br>
82     To delete 12 spaces at the current cursor, type 12 before pressing
83     Delete (or backspace).<br>
84     To group delete, hold down control or shift together with Delete
85     (or backspace).</li>
86 </ul>
87 </p>
88 </body>
89 </html>