abbec07fc46f2e6e39c8329e4d67d55f036a9b1b
max
Wed Nov 18 01:06:37 2015 -0800
adding help for new keyboard shortcut, refs #16397
diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 52305da..3c05daf 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -5873,31 +5873,31 @@
hPrintf("
left 10% | ctrl+j | track search | t then s |
\n"); // percent sign
hPrintf(" left 1/2 screen | j | default tracks | d then t |
\n");
hPrintf(" left one screen | J | default order | d then o |
\n");
hPrintf(" right 10% | ctrl+l | hide all | h then a |
\n"); // percent sign
hPrintf(" right 1/2 screen | l | custom tracks | c then t |
\n");
hPrintf(" right one screen | L | track hubs | t then h |
\n");
hPrintf(" zoom in 1.5x | ctrl+i | configure | c then f |
\n");
hPrintf(" zoom in 3x | i | reverse | r then v |
\n");
hPrintf(" zoom in 10x | I | resize | r then s |
\n");
hPrintf(" zoom in base level | b | refresh | r then f |
\n");
hPrintf(" zoom out 1.5x | ctrl+k | jump to position box | / |
\n");
hPrintf(" zoom out 3x | k | ");
if (gotExtTools)
hPrintf("Send to external tool | s then t | ");
hPrintf("
\n");
-hPrintf(" zoom out 10x | K |
\n");
+hPrintf(" zoom out 10x | K | View/Send DNA | s then d |
\n");
hPrintf(" zoom out 100x | 0 |
\n");
hPrintf("\n");
hPrintf("
");
hPrintf("\n");
}
void doMiddle(struct cart *theCart)
/* Print the body of an html file. */
{
cart = theCart;
measureTiming = hPrintStatus() && isNotEmpty(cartOptionalString(cart, "measureTiming"));
if (measureTiming)
measureTime("Startup");
hgBotDelay();