mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
new stats shortcut
This commit is contained in:
parent
fd6d02bf6a
commit
9b7c701f25
2 changed files with 2 additions and 2 deletions
|
@ -708,7 +708,7 @@ title="%s" %s>%s</button>''' % (
|
|||
("s", self.onStudyKey),
|
||||
("a", self.onAddCard),
|
||||
("b", self.onBrowse),
|
||||
("Shift+s", self.onStats),
|
||||
("t", self.onStats),
|
||||
("y", self.onSync)
|
||||
]
|
||||
self.applyShortcuts(globalShortcuts)
|
||||
|
|
|
@ -33,7 +33,7 @@ class Toolbar:
|
|||
["decks", _("Decks"), _("Shortcut key: %s") % "D"],
|
||||
["add", _("Add"), _("Shortcut key: %s") % "A"],
|
||||
["browse", _("Browse"), _("Shortcut key: %s") % "B"],
|
||||
["stats", _("Stats"), _("Shortcut key: %s") % "Shift+S"],
|
||||
["stats", _("Stats"), _("Shortcut key: %s") % "T"],
|
||||
["sync", _("Sync"), _("Shortcut key: %s") % "Y"],
|
||||
]
|
||||
return self._linkHTML(links)
|
||||
|
|
Loading…
Reference in a new issue