From 638a59b2400a2721184b281231dd443736740b37 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 11 Mar 2005 19:14:05 +0000 Subject: Allowed setting shortcut keys for the action modes. git-svn-id: http://svn.leocad.org/trunk@389 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/typedefs.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'common/typedefs.h') 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 { -- cgit v1.2.3