44646e64fea6a1522b78399dbb41354d11345b5c
lrnassar
Tue Sep 23 15:42:40 2025 -0700
Fixing the hot keys. Refs #35667
diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 9b23d0c65de..321e7386e1c 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -11384,31 +11384,31 @@
hPrintf("
zoom out 1.5x | ctrl+k | view chrom names | v then s | |
\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(" 50bp (1 zero) | 1 | Reset all User Settings | c then r |
\n");
hPrintf(" 500bp (2 zeros) | 2 | Tools - BLAT | t then b |
\n");
hPrintf(" 5000bp (3 zeros) | 3 | Tools - Table Browser | t then t |
\n");
hPrintf(" 50kbp (4 zeros) | 4 | Tools - PCR | t then i |
\n");
hPrintf(" 500kbp (5 zeros) | 5 | My Sessions | s then s |
\n");
hPrintf(" 5Mbp (6 zeros) | 6 | Public Sessions | p then s |
\n");
hPrintf(" highlight all (mark) | h then m | clear all Highlights | h then c |
\n");
-hPrintf(" quick connect hub | c then k | |
\n");
+hPrintf(" quick connect hub | c then h | |
\n");
hPrintf("\n");
hPrintf("
");
hPrintf("\n");
}
static void checkAddHighlight()
/* If the cart variable addHighlight is set, merge it into the highlight variable. */
{
char *newHighlight = cartOptionalString(cart, "addHighlight");
if (newHighlight)
{
char *existing = cartOptionalString(cart, "highlight");
if (isNotEmpty(existing))
{
// Add region only if it is not already in the existing highlight setting.