Home News Docs FB 2.0 FB2.0 Scripts&Utilitites Russian page

Main screen

The main window consists of the text pane, the progress bar and the menu/toolbar. Drag the stylus over the text pane to select text, use Tools->Copy to copy the selected text to the clipboard. Tap text to perform dictionary lookup (if "use dictionary" is selected in general options). While in dictionary mode you can enter words directly into the main window to perform word lookup. Double tap any whitespace to toggle fullscreen mode. Tap on the progress bar moves the current position in the document. Tap on the small arrows at the ends of the progress bar moves current position to the next/previous contents item. Toolbar buttons provide shortcut access to the following menu items in order from left to right: Back, Forward, Contents, Add bookmark, Find, Find next, Copy.

Menus

Tools

Options

Keyboard reference

Accelerator keys that are not present in the buttons dialog:

Control-C - Copy
Control-O - Open
Control-F - Find
Control-G, Control-3, F3 - Find next
Control-Q - Exit
Alt-Left - Back
Alt-Right - Forward

F2 - edit bookmark in the contents dialog

File position specification can be entered directly into the main window. Use following format: <number>% to move to certain percentage, or <number>= to move to a certain paragraph.
In regexp terms: ([0-9]+)([;:][0-9]+)?([lLpP%=gG])
When $3 is p, P, %: move to $1 percentage into the document
When $3 is l, L: move to a virtual page $1 (virtual page is 2048 charactes long)
When $3 is =, g, G: move to paragraph $1, character $2

When dictionary view is active, word lookup can be performed by entering text into the main window. A temporary panel in shown with the entered text, and a dictionary lookup is attempted as you enter text. Tab key clears the input panel, unfortunately, the default input method in PocketPC/PsPC systems doesn't include the escape key, so I had to choose something else to cancel current input.
Author: Mike Matsnev, [email protected]