fix import shortcut

https://forums.ankiweb.net/t/anki-2-1-34-35-beta/3569/21
This commit is contained in:
Damien Elmes 2020-09-27 11:50:48 +10:00
parent b1c4ac4c33
commit 0c19c192a5

View file

@ -316,7 +316,7 @@ where id > ?""",
drawLinks = [ drawLinks = [
["", "shared", _("Get Shared")], ["", "shared", _("Get Shared")],
["", "create", _("Create Deck")], ["", "create", _("Create Deck")],
["Ctrl+I", "import", _("Import File")], # Ctrl+I works from menu ["Ctrl+Shift+I", "import", _("Import File")],
] ]
def _drawButtons(self): def _drawButtons(self):