diff options
Diffstat (limited to 'html/100trace_browser.cc.html')
-rw-r--r-- | html/100trace_browser.cc.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/100trace_browser.cc.html b/html/100trace_browser.cc.html index d7f1dfcd..1f9208a1 100644 --- a/html/100trace_browser.cc.html +++ b/html/100trace_browser.cc.html @@ -87,10 +87,10 @@ if ('onhashchange' in window) { <span id="L27" class="LineNr"> 27 </span><span class="Comment">//: `Backspace`: 'Zoom out' on a line after zooming in, collapsing expanded</span> <span id="L28" class="LineNr"> 28 </span><span class="Comment">//: lines below by some series of <Enter> commands.</span> <span id="L29" class="LineNr"> 29 </span><span class="Comment">//:</span> -<span id="L30" class="LineNr"> 30 </span><span class="Comment">//: `j` or `down-arrow`: Move cursor down one line.</span> -<span id="L31" class="LineNr"> 31 </span><span class="Comment">//: `k` or `up-arrow`: Move cursor up one line.</span> -<span id="L32" class="LineNr"> 32 </span><span class="Comment">//: `J` or `ctrl-f` or `page-down`: Move cursor down one page.</span> -<span id="L33" class="LineNr"> 33 </span><span class="Comment">//: `K` or `ctrl-b` or `page-up`: Move cursor up one page.</span> +<span id="L30" class="LineNr"> 30 </span><span class="Comment">//: `j` or `down-arrow`: Move/scroll cursor down one line.</span> +<span id="L31" class="LineNr"> 31 </span><span class="Comment">//: `k` or `up-arrow`: Move/scroll cursor up one line.</span> +<span id="L32" class="LineNr"> 32 </span><span class="Comment">//: `J` or `ctrl-f` or `page-down`: Scroll cursor down one page.</span> +<span id="L33" class="LineNr"> 33 </span><span class="Comment">//: `K` or `ctrl-b` or `page-up`: Scroll cursor up one page.</span> <span id="L34" class="LineNr"> 34 </span><span class="Comment">//:</span> <span id="L35" class="LineNr"> 35 </span><span class="Comment">//: `g` or `home`: Move cursor to start of trace.</span> <span id="L36" class="LineNr"> 36 </span><span class="Comment">//: `G` or `end`: Move cursor to end of trace.</span> |