summaryrefslogtreecommitdiff
path: root/common/typedefs.h
diff options
context:
space:
mode:
authorleo2005-03-11 19:14:05 +0000
committerleo2005-03-11 19:14:05 +0000
commit638a59b2400a2721184b281231dd443736740b37 (patch)
treeba27412d05fe8cae483024f323d9529c297982b4 /common/typedefs.h
parent5568e69af7eab183a8cb47c9193fd0b2c8ec6407 (diff)
Allowed setting shortcut keys for the action modes.
git-svn-id: http://svn.leocad.org/trunk@389 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/typedefs.h')
-rw-r--r--common/typedefs.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/typedefs.h b/common/typedefs.h
index 89df4d8..b6e910f 100644
--- a/common/typedefs.h
+++ b/common/typedefs.h
@@ -111,6 +111,20 @@ typedef enum {
LC_EDIT_ANGLE_SNAP_6,
LC_EDIT_ANGLE_SNAP_7,
LC_EDIT_ANGLE_SNAP_8,
+ LC_EDIT_ACTION_SELECT,
+ LC_EDIT_ACTION_INSERT,
+ LC_EDIT_ACTION_LIGHT,
+ LC_EDIT_ACTION_SPOTLIGHT,
+ LC_EDIT_ACTION_CAMERA,
+ LC_EDIT_ACTION_MOVE,
+ LC_EDIT_ACTION_ROTATE,
+ LC_EDIT_ACTION_ERASER,
+ LC_EDIT_ACTION_PAINT,
+ LC_EDIT_ACTION_ZOOM,
+ LC_EDIT_ACTION_ZOOM_REGION,
+ LC_EDIT_ACTION_PAN,
+ LC_EDIT_ACTION_ROTATE_VIEW,
+ LC_EDIT_ACTION_ROLL,
} LC_COMMANDS;
typedef enum {