annotate toolboxes/graph_visualisation/share/graphviz/smyrna/mouse_actions.txt @ 0:cc4b1211e677 tip

initial commit to HG from Changeset: 646 (e263d8a21543) added further path and more save "camirversion.m"
author Daniel Wolff
date Fri, 19 Aug 2016 13:07:06 +0200
parents
children
rev   line source
Daniel@0 1 #Handled actions:
Daniel@0 2 #MM_PAN
Daniel@0 3 #MM_ROTATE
Daniel@0 4 #MM_SINGLE_SELECT
Daniel@0 5 #MM_RECTANGULAR_SELECT
Daniel@0 6 #MM_MOVE
Daniel@0 7 #MM_FISHEYE_MAGNIFIER
Daniel@0 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
Daniel@0 9 #B_LSHIFT Left Shift
Daniel@0 10 #B_RSHIFT Right Shift
Daniel@0 11 #B_LCTRL Left CTRL
Daniel@0 12 #B_RCTRL Right CTRL
Daniel@0 13 #view modes , use one from the following list for each line
Daniel@0 14 #ALL Action is always active
Daniel@0 15 #2D active only in 2D mode
Daniel@0 16 #3D active in only 3D mode
Daniel@0 17 #FISHEYE active in only fisheye mode
Daniel@0 18 #NO_FISHEYE active when mode is not fisheye
Daniel@0 19 #mouse_button
Daniel@0 20 #LEFT
Daniel@0 21 #RIGHT
Daniel@0 22 #MIDDLE
Daniel@0 23 #drag
Daniel@0 24 #specify if action requires mouse to be dragged
Daniel@0 25 #Line format
Daniel@0 26 #Action,hotkey,view_mode,mouse_button,drag
Daniel@0 27 #COMBO1
Daniel@0 28 MM_PAN,0,ALL,LEFT,1
Daniel@0 29 MM_ROTATE,B_LSHIFT,3D,LEFT,1
Daniel@0 30 MM_SINGLE_SELECT,0,NO_FISHEYE,RIGHT,0
Daniel@0 31 MM_RECTANGULAR_SELECT,0,ALL,RIGHT,1
Daniel@0 32 MM_MOVE,B_LCTRL,2D,LEFT,1
Daniel@0 33 MM_FISHEYE_MAGNIFIER,B_LSHIFT,2D,LEFT,1
Daniel@0 34 MM_FISHEYE_PICK,0,FISHEYE,RIGHT,0