1965a8b005056af919bddb9b0fdf0b83128a9dd9
max
Wed Jan 4 14:05:35 2017 -0800
adding more keyboard shortcut docs, refs #18618
diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 25bba1e..434be29 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -9477,36 +9477,36 @@
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 | exon view | e then v |
\n");
hPrintf(" zoom out 100x | 0 | default view | d then v |
\n");
hPrintf(" zoom to ... | | view DNA | v then d |
\n");
-hPrintf(" 10bp (1 zero) | 1 | | |
\n");
-hPrintf(" 100bp (2 zeros) | 2 | | |
\n");
-hPrintf(" 1000bp (3 zeros) | 3 | | |
\n");
-hPrintf(" 50kbp (4 zeros) | 4 | | |
\n");
-hPrintf(" 100kbp (5 zeros) | 5 | | |
\n");
-hPrintf(" 1Mbp (6 zeros) | 6 | | |
\n");
+hPrintf(" 10bp (1 zero) | 1 | Reset all User Settings | c then r |
\n");
+hPrintf(" 100bp (2 zeros) | 2 | Tools - BLAT | t then b |
\n");
+hPrintf(" 1000bp (3 zeros) | 3 | Tools - Table Browser | t then t |
\n");
+hPrintf(" 50kbp (4 zeros) | 4 | Tools - PCR | t then i |
\n");
+hPrintf(" 100kbp (5 zeros) | 5 | My Sessions | s then s |
\n");
+hPrintf(" 1Mbp (6 zeros) | 6 | Public Sessions | p then s |
\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();
if (measureTiming)