==================== Fenfire MindMap Demo ==================== :Authors: Matti Katila, Asko Soukka Executing: make rundemo demo="org/fenfire/demo/mm.py" This demo is meant to be a simple note taking tool built in the spirit of mindmap technique. ----- Mouse ----- RMB click Changes the state, which affects the functionality of LMB. - selecting state; blue background; arrow cursor - linking state; green background; pointing hand cursor - unlinking state; red background; crosshair cursor LMB click Selecting state Selects the accursed node. If there is no center node or the accursed node is linked into the structure, it will also become the center node. The accursed node is editable at once and text cursor should be automaticly transferred below the clicking point. Linking state Links the center node the clicked node. Unlinking state Unlinks the center node from the clicked node. LMB move Moves the linked structure on the screen. RMB move up or down Zooms the linked structure. When a new center node is selected, the zooming will return to default. -------- Keyboard -------- Tab Losts the accursed node. Typing Enters text into the accursed node. If there is no accursed node, typing would create a new node into the floating buffer. Arrows Moves text cursor within the accursed node. Home or Ctrl-A Moves text cursor into the beginning of the line. End or Ctrl-E Moves text cursor to the end of the line. Ctrl-Home Moves text cursor into the beginning of the text. Ctrl-End Moves text cursor to the end of the text. Ctrl-S Save the structure. Ctrl-R Reload the demo. Ctrl-Q Save the structure and quit.