====== Keybindings ======

If there are menu items or features that do not have a key-binding that you think should have one, email a feature request to pardus@cpan.org. Please do include a suggestion which key to actually use because finding keys that are still free to bind something to is a real puzzle.

( Keybindings that edit the buffer or create a new page are disabled in read-only mode. )

=== General ===

    F9   		Toggle index visibility
    ctrl-space	Toggle focus between index and buffer
        		opens side pane if index is invisible

    alt-home	Go to the home page
    alt-left	Go one page back in history
    alt-right	Go one page forward in history
    alt-up	Go one page up in the namespace
    alt-down	Go one page down in the namespace
    		(The actual page is choosen by the history)
    alt-pgdown Go to previous in the "recent pages" stack
    alt-pgup   Go to next in the "recent pages" stack
    alt-D		Go to todays page

    ^Q		Quit the application
    ^w		Close window
    ^F		Search in the current page
    ^G		Search next
    shift-^G	Search previous
    alt-/		Search in page  (just '/' in readonly mode)

    ^S		Save page        (forced)
    ^R		Reload page      (saves first)
    ^J		Jump to page...  (either an existing or a new page)

    ^L		Link selected text or show the "new link" dialog
    		(This binding even works in read-only mode)
    ^E		Show the "edit link" dialog
    ^D		Inserts timestamp

    ^1..^5	Make selected text a heading
    ^6		Make selected text normal
    ^B		Make selected text strong
    ^I		Make selected text italic
    ^U		Make selected text underline     (renders highlighted)
    ^T		Make selected text verbatim text (monospace font)

    ^Z		Undo
    Shift-^Z	Redo
    ^Y		Redo

    F1		Show the "about" dialog (with help button)

=== Selections ===

For selected text the following keybindings are added:

    *		Make selected text into a bullet list
    TAB		Indent selected text
    Shift TAB	Un-indents selected text
    BACKSPACE	Un-indents selected text

Also all the usual keybindings apply for the gtk text edit widget; bindings like
^C, ^X , ^V, ^A etc. work as expected.

