update author list in license for (JAL-826)
[jalview.git] / help / html / features / newkeystrokes.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 <title>New Key Strokes and Menus</title>
20 <body>
21 <strong>New Key Strokes and Menus</strong>
22 <p>Many new <a href="../keys.html">keyboard shortcuts</a> have been
23 added in Jalview 2.2 to make editing, selecting and navigating an
24 alignment even easier. The selection commands in the <strong>Edit</strong>
25 menu, and the alignment formatting controls within the <strong>View</strong>
26 menu have also been moved into their own respective <strong>Select</strong>
27 and <strong>Format</strong> menus.</p>
28 <p>Some of the more important new keystrokes are shown below :
29 <ul>
30         <li><strong>Page Up</strong> and <strong>Page Down</strong>
31         scrolls through the alignment view.</li>
32         <li><strong>Control I</strong> inverts the currently selected
33         sequence set, and <strong>Control Alt I</strong> will invert the
34         currently selected set of columns.
35         <li><strong>Control V</strong> will paste the contents of the
36         clipboard to the current alignment window, and <strong>Control
37         Shift V</strong> pastes the data to a new window.</li>
38         <li><strong>Control O</strong> opens the file browser for loading
39         a new alignment or Jalview archive.</li>
40         <li><strong>Control S</strong> saves the alignment with the
41         current filename and format, and <strong>Control Shift S</strong> opens
42         the <strong>Save As...</strong> dialog box.</li>
43         <li><strong>Control T</strong> creates a new alignment view, and <strong>Control
44         W</strong> closes the current view, or if none remain, then the whole alignment.</li>
45         <li><strong>Control E</strong> will remove gapped columns in the alignment.</li>
46         <li><strong>Control D</strong> opens the <strong>Remove Redundancy</strong> dialog box.</li>
47 </ul>
48 </p>
49 </body>
50 </html>