fix for last commit

This commit is contained in:
Brendon Murphy 2015-04-09 08:22:53 +10:00
parent ee35df36d8
commit 37d9aa7535
Notes: blender-bot 2023-02-14 19:59:50 +01:00
Referenced by issue #43278, Keystrokes mismatch
1 changed files with 1 additions and 1 deletions

View File

@ -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"