/[fenfire]/fenfire/README.MMDEMO
ViewVC logotype

Diff of /fenfire/README.MMDEMO

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by humppake, Thu Aug 14 08:00:17 2003 UTC revision 1.2 by humppake, Thu Aug 14 08:42:56 2003 UTC
# Line 10  Executing: Line 10  Executing:
10  This demo is meant to be a simple note taking tool built in the spirit  This demo is meant to be a simple note taking tool built in the spirit
11  of mindmap technique.  of mindmap technique.
12    
13    ------------------
14    Used abbreviations
15    ------------------
16    
17    RMB
18            RightMouseButton
19    
20    LMB
21            LeftMouseButton
22    
23  -----  -----
24  Mouse  Mouse
25  -----  -----
26    
27  RMB click  RMB click
28          Changes the state, which affects the functionality of LMB.          Changes the state, which determines what the LMB click does.
29    
30            - selecting state; blue background; arrow cursor            - selecting state; blue background; arrow cursor
31            - linking state; green background; pointing hand cursor            - linking state; green background; pointing hand cursor
# Line 33  LMB click Line 43  LMB click
43          Unlinking state          Unlinking state
44                  Unlinks the center node from the clicked node.                  Unlinks the center node from the clicked node.
45    
46  LMB move  LMB drag
47          Moves the linked structure on the screen.          Moves the linked structure on the screen.
48    
49  RMB move up or down  RMB drag up or down
50          Zooms the linked structure. When a new center node is selected,          Zooms the linked structure. When a new center node is selected,
51          the zooming will return to default.          the zooming will return to default.
52    
# Line 44  RMB move up or down Line 54  RMB move up or down
54  Keyboard  Keyboard
55  --------  --------
56    
57  Tab  Escape
58          Losts the accursed node.          Removes the focus from the current accursed node and sets no
59            new accursed node.
60    
61    Typing
62            If there is no accursed node, typing would create a new node
63            into the floating buffer.
64    
65    Ctrl-S
66            Save the structure.
67    
68    Ctrl-R
69            Reload the demo.
70    
71    Ctrl-Q
72            Save the structure and quit.
73    
74    -------------------------------------
75    Editing the text in the accursed node
76    -------------------------------------
77    
78  Typing  Typing
79          Enters text into the accursed node. If there is no accursed          Enters text.
80          node, typing would create a new node into the floating buffer.  
81    Backspace
82            Removes a character before text cursor.
83    
84  Arrows  Arrows
85          Moves text cursor within the accursed node.          Moves text cursor.
86    
87  Home or Ctrl-A  Home or Ctrl-A
88          Moves text cursor into the beginning of the line.          Moves text cursor into the beginning of the line.
# Line 65  Ctrl-Home Line 95  Ctrl-Home
95    
96  Ctrl-End  Ctrl-End
97          Moves text cursor to the end of the text.          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.  
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26