Skip to content

Commit 60ad316

Browse files
tulinkryvladak
authored andcommitted
update help wrt symbol highlighting
1 parent b802fcc commit 60ad316

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

opengrok-web/src/main/webapp/help.jsp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ CDDL HEADER END
1919
Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
2020
Portions Copyright 2011 Jens Elkner.
2121
Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
22+
Portions Copyright (c) 2022, Krystof Tulinger <[email protected]>.
2223
--%>
2324
<%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
2425
<%@page session="false" errorPage="error.jsp" import="
@@ -213,10 +214,10 @@ Key "1" toggles <dfn>Intelligence Window</dfn>. It gives the user many helper a
213214

214215
<h5>Symbol Highlighting</h5>
215216
<p>
216-
Keys "2", "3", "4" toggles highlighting of the last symbol pointed by the mouse cursor. This functionality is also accessible via the <dfn>Intelligence Window</dfn>.
217+
Keys "2", "3", ..., "7" toggles highlighting of the last symbol pointed by the mouse cursor. This functionality is also accessible via the <dfn>Intelligence Window</dfn>.
217218
</p>
218219
<p>
219-
Key "5" toggles un-highlighting all symbols. This functionality is also accessible via the <dfn>Intelligence Window</dfn>.
220+
Key "8" toggles un-highlighting all symbols. This functionality is also accessible via the <dfn>Intelligence Window</dfn>.
220221
</p>
221222
<img src="<%= PageConfig.get(request).getCssDir() %>/img/symbol-highlighting.png" alt="symbol highlighting screenshot"/>
222223

0 commit comments

Comments
 (0)