mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
drop the d shortcut from the overview
This commit is contained in:
parent
60001e41e4
commit
8567a5d7ae
1 changed files with 0 additions and 4 deletions
|
@ -35,8 +35,6 @@ class Overview(object):
|
|||
self._linkHandler("study")
|
||||
elif txt == "c":
|
||||
self._linkHandler("cram")
|
||||
elif txt == "d":
|
||||
self._linkHandler("list")
|
||||
else:
|
||||
return
|
||||
return True
|
||||
|
@ -51,8 +49,6 @@ class Overview(object):
|
|||
self.mw.moveToState("review")
|
||||
elif url == "opts":
|
||||
self.mw.onStudyOptions()
|
||||
elif url == "list":
|
||||
self.mw.close()
|
||||
elif url == "chgrp":
|
||||
self.mw.onGroups()
|
||||
|
||||
|
|
Loading…
Reference in a new issue