====== Zim:Keybindings ======

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

=== General ===

    alt-i		Toggle index visibility
    ctrl-space	Toggle focus between index and buffer
    		opens side pane if index is invisible
    alt-j		Toggle pathbar type

    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
    alt-D		Go to todays page

    alt-t		Drop down styles menu
    
    ^Q		Quit the application
    ^w		Close window
    ^F		Search in page
    alt-/		Search in page  (just '/' in readonly mode)

    ^S		Save page     (forced)
    ^R		Reload page   (saves first)
    ^G		Goto page...  (either an existing or a new page)

    ^L		Link selected text or show the "new link" dialog
    ^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.    

