From 018406960b0800f409d2b9e06b434d31bbdd97f8 Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Thu, 16 Aug 2007 15:09:34 +0000 Subject: [PATCH] document new menu short cut. --- doc/user_interface.shtml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/doc/user_interface.shtml b/doc/user_interface.shtml index 1cf6e59ea..09d0a7d9a 100755 --- a/doc/user_interface.shtml +++ b/doc/user_interface.shtml @@ -201,27 +201,33 @@ know the approximate area. Zmap allows you to interactively mark a rectangle to </tr> <tr> <td><b>b or B</b></td> - <td>bump/umbump current column</td> + <td><b>b</b>ump/umbump current column</td> </tr> <tr> <td><b>m</b></td> - <td>mark the whole highlighted feature or all highlighted HSPs or a range, for zooming/smart bumping</td> + <td><b>m</b>ark the whole highlighted feature or all highlighted HSPs or a range, for zooming/smart bumping</td> </tr> <tr> <td><b>M</b></td> - <td>mark an individual exon/intron or single HSP of highlighted feature or range + <td><b>m</b>ark an individual exon/intron or single HSP of highlighted feature or range for zooming/smart bumping</td> </tr> - <tr><td><b>u or U</b></td> <td>unmark a feature - <tr><td><b>w or W</b></td> <td>zoom out to show whole sequence</td></tr> + <tr> + <td><b>o or O</b></td> + <td>show menu <b>O</b>ptions for highlighted feature or column, use cursor keys to move through menu, + press ESC to cancel menu. + </td> + </tr> + <tr><td><b>u or U</b></td> <td><b>u</b>nmark a feature</td></tr> + <tr><td><b>w or W</b></td> <td>zoom out to show <b>w</b>hole sequence</td></tr> <tr> <td><b>z</b></td> - <td>zoom to whole transcript or all HSPs of marked feature or highlighted feature + <td><b>z</b>oom to whole transcript or all HSPs of marked feature or highlighted feature if none marked</td> </tr> <tr> <td><b>Z</b></td> - <td>zoom to an individual exon/intron or single HSP of marked feature or highlighted feature + <td><b>z</b>oom to an individual exon/intron or single HSP of marked feature or highlighted feature if none marked</td> </tr> -- GitLab