hello,
there is a bug in: "Dynamic Menu LeftBar" when you tick the box "Enable An Addon" then "Save As Default" menu works with the space key.
Then when I click on File -> New, press the space key is the menu has disappeared.
I must either reboot Blender or disable and reactivate obtion "Dynamic Menu LeftBar" in the File> User Preferences > Add-Ons, for it to work again.
Description
Description
Event Timeline
Comment Actions
Closed duplicate https://projects.blender.org/tracker/index.php?func=detail&aid=24261&group_id=9&atid=498
Comment Actions
At the moment we dont have an approved way for addons to add keymaps items.
since there is a py api for it addons have been doing this on startup but adding a new file resets the keymaps and the addons are not re-run.
We could disable and re-enable the addons which would fix this but Im not keep on adding this workaround.
Moving to TODO since this is an area of blender which is as yet undefined.
Comment Actions
can you explain more what you have said?
where's in the code that the new file resets the keymaps?