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 searcht then s \n"); // percent sign hPrintf(" left 1/2 screenj default tracksd then t \n"); hPrintf(" left one screenJ default orderd then o \n"); hPrintf(" right 10%ctrl+l hide allh then a \n"); // percent sign hPrintf(" right 1/2 screenl custom tracksc then t \n"); hPrintf(" right one screenL track hubst then h \n"); hPrintf(" zoom in 1.5xctrl+i configurec then f \n"); hPrintf(" zoom in 3xi reverser then v \n"); hPrintf(" zoom in 10xI resizer then s \n"); hPrintf(" zoom in base levelb refreshr then f \n"); hPrintf(" zoom out 1.5xctrl+k jump to position box/ \n"); hPrintf(" zoom out 3xk"); if (gotExtTools) hPrintf("Send to external tools then t"); hPrintf(" \n"); -hPrintf(" zoom out 10xK \n"); +hPrintf(" zoom out 10xK View/Send DNAs then d \n"); hPrintf(" zoom out 100x0 \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();