fix import shortcut
https://forums.ankiweb.net/t/anki-2-1-34-35-beta/3569/21
This commit is contained in:
parent
bbbd3e95c5
commit
1827063e4f
@ -307,7 +307,7 @@ class DeckBrowser:
|
|||||||
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):
|
||||||
|
Loading…
Reference in New Issue
Block a user