From 601d2c4f891836d482d1fbb2e593d897d700afaa Mon Sep 17 00:00:00 2001 From: jprocter Date: Fri, 7 Apr 2006 09:21:14 +0000 Subject: [PATCH] added full keyset for cursorMode --- help/html/keys.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/help/html/keys.html b/help/html/keys.html index 33651d6..802b3f2 100755 --- a/help/html/keys.html +++ b/help/html/keys.html @@ -37,6 +37,8 @@ alignment Down ArrowNormalMoves selected sequence(s) down the alignment. +Cursor Keys
(Arrow Keys)
CursorMove cursor around alignment + Control 'A'BothSelects all sequences in the alignment @@ -59,6 +61,16 @@ columns are selected, you should use the Hi Control 'F'BothLaunches the search window +0-9CursorBegin entering a numeric parameter [p] for a cursor movement or edit command +,CursorSeparates one or more numeric parameters ([p1],[p2]) for a command. +[p1],[p2]ReturnCursorMove cursor to a particular column (p1) and row (p2) in the alignment.
e.g. '5,6<Return>' moves the cursor to the 5th column in the 6th sequence. +[p1]SCursorJump to the p1'th sequence in the alignment. +[p1]PCursorJump to p1'th amino acid in current sequence. +[p1]CCursorJump to p1'th column in the alignment. +QCursorMarks the top left corner of the selection area +MCursorMarks the bottom right corner of the selection area +[p1]SpaceCursorInserts p1 gaps at the current position.
p1 is optional. Hold down Control or Shift to insert gaps over a sequence group +[p1]DeleteCursorRemove p1 gaps at the cursor position.
p1 is optional. Hold down Control or Shift to insert gaps over a sequence group

 

 

-- 1.7.10.2