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