official pies: fix shift/a bug report by sebastian__k in irc

This commit is contained in:
Brendon Murphy 2016-09-01 22:34:45 +10:00
parent 3b719f3f88
commit 435ccc5205
1 changed files with 0 additions and 2 deletions

View File

@ -290,8 +290,6 @@ def register():
kmi.properties.name = "CLIP_PIE_reconstruction_pie"
addon_keymaps.append((km, kmi))
km = wm.keyconfigs.addon.keymaps.new(name="Frames")
kmi = km.keymap_items.new("wm.call_menu_pie", 'A', 'PRESS', shift=True)
kmi.properties.name = "CLIP_PIE_timecontrol_pie"
addon_keymaps.append((km, kmi))