comparison toolboxes/graph_visualisation/share/graphviz/smyrna/mouse_actions.txt @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:e9a9cd732c1e
1 #Handled actions:
2 #MM_PAN
3 #MM_ROTATE
4 #MM_SINGLE_SELECT
5 #MM_RECTANGULAR_SELECT
6 #MM_MOVE
7 #MM_FISHEYE_MAGNIFIER
8 #keys:These are pre defined keys in the code , more keys can be added by using their GTK key event correspondants, 0 means no key
9 #B_LSHIFT Left Shift
10 #B_RSHIFT Right Shift
11 #B_LCTRL Left CTRL
12 #B_RCTRL Right CTRL
13 #view modes , use one from the following list for each line
14 #ALL Action is always active
15 #2D active only in 2D mode
16 #3D active in only 3D mode
17 #FISHEYE active in only fisheye mode
18 #NO_FISHEYE active when mode is not fisheye
19 #mouse_button
20 #LEFT
21 #RIGHT
22 #MIDDLE
23 #drag
24 #specify if action requires mouse to be dragged
25 #Line format
26 #Action,hotkey,view_mode,mouse_button,drag
27 #COMBO1
28 MM_PAN,0,ALL,LEFT,1
29 MM_ROTATE,B_LSHIFT,3D,LEFT,1
30 MM_SINGLE_SELECT,0,NO_FISHEYE,RIGHT,0
31 MM_RECTANGULAR_SELECT,0,ALL,RIGHT,1
32 MM_MOVE,B_LCTRL,2D,LEFT,1
33 MM_FISHEYE_MAGNIFIER,B_LSHIFT,2D,LEFT,1
34 MM_FISHEYE_PICK,0,FISHEYE,RIGHT,0