]> gitweb.fperrin.net Git - Dictionary.git/blob - res/raw/help.html
Added multiword search to dictionary.
[Dictionary.git] / res / raw / help.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 
4 </head>
5 <body>
6   <!-- Don't use links in the text below, it crashes the app. -->
7   <h2>Dictionary manager</h2>
8   This screen lists all the available and installed dictionaries.
9   <ul>
10     <li> Click a dictionary to download or open it.
11     <li> Long-click on a dictionary to move it to the top of the list or delete it.
12   </ul>
13
14   <h2>Dictionary</h2>
15   This screen shows dictionary entries.  This is a massive list that you can
16   scroll all the way through, or you can type in the search text to jump 
17   there in the list.  Entries in the list are filed in multiple places,
18   under all relevant words.
19   <h3>Searching</h3>
20   <ul>
21     <li> Type a single word to search for it (multi-word searches not yet supported).
22     <li> QuickDic tries to sort words using a romanized transliteration, so you can try searching for non-Latin words using the Latin alphabet.
23   </ul>
24   <h3>Other</h3>
25   <ul>
26     <li> If the search text box isn't focused, you can start typing and its contents will be replaced.
27     <li> Click the button to the right of the search box to switch dictionary directions: EN-&gt;DE to DE-&gt;EN.
28     <li> Long-click the button to the right of the search box to pick a new dictionary.
29     <li> Long-click any entry to bring up the context menu.
30     <!-- Long-click in the search text to open the search history. -->
31   </ul>
32
33 </body>
34 </html>