JAL-3680 merged description of individual cursor key actions
authorJim Procter <jprocter@issues.jalview.org>
Mon, 31 Aug 2020 17:05:59 +0000 (18:05 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 31 Aug 2020 17:05:59 +0000 (18:05 +0100)
help/help/html/keys.html

index 5f24a83..0faa1d5 100755 (executable)
       <td>Redo the last sequence edit undone.</td>
     </tr>
     <tr>
-      <td><strong>Up Arrow</strong></td>
-      <td>Both</td>
-      <td>Moves selected sequence(s) up the alignment.<br />In
-        Cursor mode press Alt key to move selection or sequence under
-        cursor.
-      </td>
-    </tr>
-    <tr>
-      <td><strong>Down Arrow</strong></td>
-      <td>Both</td>
-      <td>Moves selected sequence(s) down the alignment.<br />In
-        Cursor mode press Alt key to move selection or sequence under
-        cursor.
-      </td>
-    </tr>
-    <tr>
-      <td><strong>Left Arrow</strong></td>
-      <td>Normal</td>
-      <td>Slides selected sequence(s) left. Press Alt key to slide
-        in cursor mode</td>
-    </tr>
-    <tr>
-      <td><strong>Right Arrow</strong></td>
-      <td>Normal</td>
-      <td>Slides selected sequence(s) right. Press Alt key to slide
-        in cursor mode</td>
-    </tr>
-    <tr>
       <td><strong>Cursor Keys<br> (Arrow Keys)
       </strong></td>
       <td>Cursor</td>
       </td>
     </tr>
     <tr>
+      <td><strong>Cursor Keys<br> (Arrow Keys)
+      </strong></td>
+      <td>Normal<br />
+      <em>(+Alt in Cursor)</em></td>
+      <td>Moves selected sequence(s) up, down, left, or right
+        according to the direction pressed.<br>
+      <br>
+      <em>Alt+Arrow key to move selection or sequence under cursor
+          in cursor mode.</em>
+      </td>
+    </tr>
+    <tr>
       <td><strong>Page Up</strong></td>
       <td>Both</td>
       <td>Scroll up the alignment view</td>