From 37d9aa7535923f39d8d7d45b797633f0f92a0679 Mon Sep 17 00:00:00 2001 From: Brendon Murphy Date: Thu, 9 Apr 2015 08:22:53 +1000 Subject: fix for last commit --- space_view3d_materials_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py index fe33a8f2..06dc6826 100644 --- a/space_view3d_materials_utils.py +++ b/space_view3d_materials_utils.py @@ -836,7 +836,7 @@ def register(): kc = bpy.context.window_manager.keyconfigs.addon if kc: km = kc.keymaps.new(name="3D View", space_type="VIEW_3D") - kmi = km.keymap_items.new('wm.call_menu', 'Q', 'PRESS', ctrl=True) + kmi = km.keymap_items.new('wm.call_menu', 'Q', 'PRESS', shift=True) kmi.properties.name = "VIEW3D_MT_master_material" -- cgit v1.2.3