mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add keyboard shortcut for legacy stats (#2583)
* Added: Shortcut for legacy stats * Added: Name to contributors * Capitalize S
This commit is contained in:
parent
201cdeb831
commit
bceffd96c6
2 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,7 @@ mmjang <752515918@qq.com>
|
|||
shunlog <github.com/shunlog>
|
||||
3ter <github.com/3ter>
|
||||
Derek Dang <github.com/derekdang/>
|
||||
Luc Mcgrady <github.com/Luc-Mcgrady>
|
||||
Kehinde Adeleke <adelekekehinde06@gmail.com>
|
||||
|
||||
********************
|
||||
|
|
|
@ -1102,6 +1102,7 @@ title="{}" {}>{}</button>""".format(
|
|||
("a", self.onAddCard),
|
||||
("b", self.onBrowse),
|
||||
("t", self.onStats),
|
||||
("Shift+t", self.onStats),
|
||||
("y", self.on_sync_button_clicked),
|
||||
]
|
||||
self.applyShortcuts(globalShortcuts)
|
||||
|
|
Loading…
Reference in a new issue