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