This commit is contained in:
alfa_addon_10
2017-09-05 16:28:08 +02:00
parent 9d000678c7
commit 52fc5d975d
13 changed files with 416 additions and 398 deletions

View File

@@ -120,9 +120,12 @@ def run(item=None):
play_from_library(item)
return
elif item.action == "editor_keymap":
from platformcode import editor_keymap
return editor_keymap.start()
elif item.action == "keymap":
from platformcode import keymaptools
if item.open:
return keymaptools.open_shortcut_menu()
else:
return keymaptools.set_key()
# Action in certain channel specified in "action" and "channel" parameters
else: