-
Notifications
You must be signed in to change notification settings - Fork 12
/
README
54 lines (39 loc) · 1.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
QtMindMap
Software written in QT, aims to provide the features of Freemind(java)
Compile:
No external depencencies.
mkdir qtmindmap
cd qtmindmap
git clone git://gitorious.org/qtmindmap/qtmindmap.git
qmake qtmindmap.pro
make
Run:
./qtmindmap -h
Usage: qtmindmap [OPTION][FILE]
Mindmap program in QT
Options:
-h, --help Prints this help.
-t, --tray Starts application in system tray.
-s, --show-minimized Hide main window, just show systray icon.
Report bugs to: [email protected]
Keys:
+,- zoom in/out of the view
cursor keys move view scrollbars
ctrl + cursor keys: move active node
del remove active node
ins add new node to active node
f enter/leave hint mode
numbers, backspace, enter: select number in hint mode
F2 edit active node
esc leaving node editing, edge adding/deleting mode
editing mode: ctrl+cursor keys jump to beginning of next/prev word
a add new edge to active node (select the destination)
d delete edge of active node (select other end)
c set color of node
t set textcolor on node
ctrl shoft apply change on subtree of current node: del, move, resize, color, textcolor
Mouse:
scroll zoom in/out view
click select node
drag move node
double click sets node editable