|
'STRAP:multiple sequence alignments ' | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcharite.christo.strap.StrapKeyStroke
public class StrapKeyStroke
HELP
The keyboard is used to move the alignment cursor and to introduced/removed alignment gaps.
| Arrow keys | Cursor navigation |
|---|---|
| CTRL arrow keys | move to beginning or end |
| ALT + arrow keys | move to next gap |
| HOME | First row |
| END | Last row |
| SHIFT HOME | First column |
| SHIFT END | Last column |
| PAGE-UP / PAGE-DOWN | Scroll up and down |
|---|---|
| SHIFT PAGE-UP | Scroll left |
| DELETE | Delete gap right from or under cursor |
|---|---|
| BACKSPACE | DELETE gap left from cursor |
| CTRL DELETE | Delete next gap right from the cursor |
| CTRL BACKSPACE | Delete next gap left from cursor |
| CTRL SHIFT DELETE | Delete entire white space under cursor |
| CTRL SHIFT BACKSPACE | Delete entire white space left from cursor |
| SPACE | Insert gap under cursor |
|---|---|
| INSERT | Insert gaps until next residue in above row is reached. Effectively it copies the gaps from the line above. |
| CTRL INSERT | Remove gaps until previous residue in above row is reached |
| SHIFT INSERT | Insert gaps until next residue in below row is reached |
| 4 2 SPACE | Insert 42 gaps |
|---|---|
| 4 2 DELETE | Delete 42 gaps |
| > | Move continuous group of residues right |
|---|---|
| < | Move continuous group of residues left |
| CTRL N | New alignment panel |
|---|---|
| CTRL W | Close alignment panel |
| CTRL K | Close protein |
|---|---|
| CTRL * | Display letters in better quality |
| U | Upper Case |
| L | Lower Case |
| CTRL "+" | Zoom in |
|---|---|
| CTRL "-" | Zoom out |
| 4 2 i | Move cursor to residue index 42 |
|---|---|
| 4 r | Move cursor to 4th row |
| 42 c | Move cursor to column 42 |
| 42 n | Move cursor pdb-number 42 |
| S | Save current cursor position |
|---|---|
| s | Revert cursor position previously saved |
| 4 S | Save current cursor position to "4" |
| 4 s | Restore cursor position previously saved in "4" |
| G x | Define all currently selected proteins as group "x". |
|---|---|
| g x | Load and select proteins of sequence group "x" if not already loaded. Select these proteins. |
| h x | Hide all proteins of sequence group "x". |
| u x | Unselect all proteins of sequence group "x". |
| Constructor Summary | |
|---|---|
StrapKeyStroke(StrapView v)
|
|
| Method Summary | |
|---|---|
void |
pe(java.awt.AWTEvent ev)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StrapKeyStroke(StrapView v)
| Method Detail |
|---|
public void pe(java.awt.AWTEvent ev)
|
'STRAP:multiple sequence alignments ' | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||