1e7f453f54df855dc08e88ec173b57389fd7fcdb lrnassar Mon Aug 12 11:00:10 2019 -0700 Fixed duplicated keyboard shortcut refs #23976 diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c index 0274434..a9a1c13 100644 --- src/hg/hgTracks/hgTracks.c +++ src/hg/hgTracks/hgTracks.c @@ -9998,51 +9998,50 @@ // also add an entry to the help menu that shows the keyboard shortcut help dialog dyStringPrintf(dy,"$(document).ready(addKeyboardHelpEntries);\n"); jsInline(dy->string); dyStringFree(&dy); // help dialog hPrintf("
\n"); hPrintf("\n"); hPrintf("\n"); // percent sign hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); // percent sign hPrintf("\n"); hPrintf("\n"); -hPrintf("\n"); +hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); -hPrintf("\n"); +hPrintf("\n"); hPrintf(""); if (gotExtTools) hPrintf(""); hPrintf(" \n"); hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); hPrintf("\n"); -hPrintf("\n"); hPrintf("
left 10%ctrl+j track searcht then s
left 1/2 screenj default tracksd then t
left one screenJ default orderd then o
right 10%ctrl+l hide allh then a
right 1/2 screenl custom tracksc then t
right one screenL track collectionst then c
right one screenL track hubst then h
jump to position box/ track hubst then h
zoom in 1.5xctrl+i configurec then f
zoom in 3xi reverser then v
zoom in 10xI resizer then s
zoom in base levelb refreshr then f
zoom out 1.5xctrl+k jump to position box/
zoom out 1.5xctrl+kview chrom namesv then s
zoom out 3xksend to external tools then t
zoom out 10xK exon viewe then v
zoom out 100x0 default viewd then v
zoom to ... view DNAv then d
 50bp (1 zero)1Reset all User Settingsc then r
 500bp (2 zeros)2Tools - BLATt then b
 5000bp (3 zeros)3Tools - Table Browsert then t
 50kbp (4 zeros)4Tools - PCRt then i
 500kbp (5 zeros)5My Sessionss then s
 5Mbp (6 zeros)6Public Sessionsp then s
Highlight all (mark)h then mClear all Highlightsh then c
View chrom namesv then s
\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.