From cc1349523eae586116d30963664fb53d8aef1eea Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 9 Apr 2019 08:41:44 -0700 Subject: 5065 Fix a documentation bug since commit 3765. Line-wise navigation in the trace browser doesn't yet support scrolling. --- browse_trace/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'browse_trace') diff --git a/browse_trace/Readme.md b/browse_trace/Readme.md index eaa49eb8..395058f1 100644 --- a/browse_trace/Readme.md +++ b/browse_trace/Readme.md @@ -42,8 +42,8 @@ The UI provides the following hotkeys: * `Backspace`: 'Zoom out' on a line after zooming in, collapsing lines below expanded by some series of `Enter` commands. -* `j` or `down-arrow`: Move/scroll cursor down one line. -* `k` or `up-arrow`: Move/scroll cursor up one line. +* `j` or `down-arrow`: Move cursor down one line. +* `k` or `up-arrow`: Move cursor up one line. * `J` or `ctrl-f` or `page-down`: Scroll cursor down one page. * `K` or `ctrl-b` or `page-up`: Scroll cursor up one page. * `h` or `left-arrow`: Scroll cursor left one character. -- cgit 1.4.1-2-gfad0 summary refs log blame commit diff stats
path: root/data/generate.rb
blob: c6038b3a8b577929c36eddcfb290d93af802a35f (plain) (tree)