add Remove key to open Shortcut, some translation

This commit is contained in:
Alhaziel
2019-05-11 18:44:14 +02:00
parent e6bcc38e04
commit 870b3221f8
7 changed files with 93 additions and 25 deletions

View File

@@ -112,6 +112,10 @@ def run(item=None):
else:
return keymaptools.set_key()
elif item.action == "delete_key":
from platformcode import keymaptools
return keymaptools.delete_key()
elif item.action == "script":
from core import tmdb
if tmdb.drop_bd():