menu shortcut

This commit is contained in:
alfa-addon
2017-09-04 21:31:18 -04:00
parent b868fbff64
commit eb60c48ed9
14 changed files with 403 additions and 2 deletions
@@ -42,6 +42,9 @@ def run(item=None):
logger.info(item.tostring())
try:
if item.action == "editor_keymap":
from platformcode import editor_keymap
return editor_keymap.start()
# If item has no action, stops here
if item.action == "":