From 8e722b02320e4681e51f9cf2440d122bf30fbeae Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Mon, 16 Jun 2014 21:04:42 +1200 Subject: Feature Request T40643: Animation channels can be renamed by double-clicking on them too --- source/blender/editors/animation/anim_channels_edit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/animation') diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c index c92ab04ab84..c70370339ee 100644 --- a/source/blender/editors/animation/anim_channels_edit.c +++ b/source/blender/editors/animation/anim_channels_edit.c @@ -2862,6 +2862,7 @@ void ED_keymap_animchannels(wmKeyConfig *keyconf) /* rename */ WM_keymap_add_item(keymap, "ANIM_OT_channels_rename", LEFTMOUSE, KM_PRESS, KM_CTRL, 0); + WM_keymap_add_item(keymap, "ANIM_OT_channels_rename", LEFTMOUSE, KM_DBL_CLICK, 0, 0); /* deselect all */ WM_keymap_add_item(keymap, "ANIM_OT_channels_select_all_toggle", AKEY, KM_PRESS, 0, 0); -- cgit v1.2.3