mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
42 lines
3.1 KiB
HTML
42 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<!-- gdhelp_en.qdoc -->
|
|
<title>07 Toolbar | GoldenDict</title>
|
|
<link rel="stylesheet" type="text/css" href="style/offline.css" />
|
|
</head>
|
|
<body>
|
|
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
|
|
<h1 class="title">07 Toolbar</h1>
|
|
<!-- $$$toolbar.html-description -->
|
|
<div class="descr" id="details">
|
|
<p>GoldenDict toolbar can contain next elements:</p>
|
|
<p class="centerAlign"><img src="images/toolbar.png" alt="" /></p><ul>
|
|
<li>1 - Forward/Backward navigation buttons;</li>
|
|
<li>2 - Choose of dictionaries group for search;</li>
|
|
<li>3 - Search line with dropdown matches list;</li>
|
|
<li>4 - Turn on/off scanning button;</li>
|
|
<li>5 - Playback of first pronunciation in found articles;</li>
|
|
<li>6 - Font scale buttons;</li>
|
|
<li>7 - Save article;</li>
|
|
<li>8 - Print article;</li>
|
|
<li>9 - Add to Favorites;</li>
|
|
<li>10 - Menu;</li>
|
|
<li>11 - Dictionaries bar.</li>
|
|
</ul>
|
|
<p>Elements 2 and 3 are presents in toolbar if search pane is disabled in "View" menu. Otherwise group list, search line and matches list combined in separate pane in main GoldenDict window.</p>
|
|
<p>Search line 3 contains word which will be searched in current dictionaries group. The translation will be shown by pressing the "Enter" key or by choose variant from matches list. If Ctrl or Shift key has been pressed the new tab for translation will be created.</p>
|
|
<p>The search line can contain wildcard symbols '?' (matches any one character), '*' (matches any characters number) or ranges of characters "[...]". To find characters '?', '*', '[' and ']' it should be escaped by backslash - '\?', '\*', '\[', '\]'.</p>
|
|
<p>Note: The wildcard symbol at first position in word leads to full headwords list scanning and it may take a long time for huge dictionaries.</p>
|
|
<p>The button 4 is presented in toolbar if the popup window is enabled in preferences.</p>
|
|
<p>The button 9 add current tab to Favorites.</p>
|
|
<p>The button 10 is presented in toolbar if the main menu is turned off via "View" menu.</p>
|
|
<p>The dictionaries bar 11 contains icons (and names optionally) of all dictionaries from current dictionaries group. You can turn on/off search in these dictionaries by mouse click on dictionary icons. If button with icon is in pressed state a corresponding dictionary is included in search, otherwise one is excluded. If you click dictionary icon with Ctrl of Shift key pressed the all other dictionaries will be disabled. The next click on this icon with Shift key pressed restore the previous dictionaries bar state, click with Ctrl key pressed enable all dictionaries.</p>
|
|
<p>Note 1: If dictionaries bar is disabled such dictionaries enabling/disabling is not available.</p>
|
|
<p>Note 2: Mouse click on dictionary name in the "Found in Dictionaries" pane with Alt key pressed is equal to simple mouse click on dictionary icon in the dictionaries bar. Same click with Ctrl of Shift key pressed is equal to click on dictionary icon in the dictionaries bar with same key pressed.</p>
|
|
</div>
|
|
<!-- @@@toolbar.html -->
|
|
</body>
|
|
</html>
|