ab09012221d0ce80f3d2b88e1381c0f1b0d53715
[jalview.git] / help / help / html / features / cursorMode.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4  * Copyright (C) $$Year-Rel$$ 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>
27     <strong>Cursor Mode</strong>
28   </p>
29   <p>Cursor mode is a new feature in Jalview 2.08, and allows more
30     precise selection and editing of alignments through the use of the
31     keyboard for both navigation and the input of editing and selection
32     commands.</p>
33   <p>
34     <em>F2</em> Toggles between normal and cursor editing modes. When in
35     cursor mode, a black cursor appears in the residue area of the
36     alignment, and any mouse clicks on that area will move the cursor to
37     that position (this means that the region selection menu is
38     unavailable in cursor mode).
39   </p>
40   <p>
41     <b>Navigation</b>
42   <ul>
43     <li>Cursor keys - Move cursor around the alignment.</li>
44   </ul>
45   <ul>
46     <li>S - Type a number x then press 'S' to jump to sequence x.</li>
47   </ul>
48   <ul>
49     <li>C - Type a number x then press 'C' to jump to column x.</li>
50   </ul>
51   <ul>
52     <li>P - Type a number x then press 'P' to jump to position x in
53       current sequence.</li>
54   </ul>
55   <ul>
56     <li>65,82&lt;return&gt; - Quick jump to column 65, sequence 82</li>
57   </ul>
58   </p>
59   <p>
60     <b>Defining Regions</b>
61   <ul>
62     <li>Q - Define the top left corner of the selection area</li>
63   </ul>
64   <ul>
65     <li>M - Define the bottom right corner of the selection area<br>
66     </li>
67   </ul>
68   <p>
69     <b>Editing The Alignment</b>
70   <ul>
71     <li>Space - Insert a gap at the cursor position. <br> To
72       insert 12 spaces at the current cursor, type 12 before pressing
73       Space.<br> To group insert, hold control or shift together
74       with space.
75     </li>
76   </ul>
77   <ul>
78     <li>Delete (or backspace) - Delete a gap at the cursor
79       position.<br> To delete 12 spaces at the current cursor, type
80       12 before pressing Delete (or backspace).<br> To group
81       delete, hold down control or shift together with Delete (or
82       backspace).
83     </li>
84   </ul>
85   </p>
86 </body>
87 </html>