mirror of
https://github.com/ankitects/anki.git
synced 2025-12-31 07:43:02 -05:00
fix import shortcut
https://forums.ankiweb.net/t/anki-2-1-34-35-beta/3569/21
This commit is contained in:
parent
b1c4ac4c33
commit
0c19c192a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue