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