mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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>
|
shunlog <github.com/shunlog>
|
||||||
3ter <github.com/3ter>
|
3ter <github.com/3ter>
|
||||||
Derek Dang <github.com/derekdang/>
|
Derek Dang <github.com/derekdang/>
|
||||||
|
Luc Mcgrady <github.com/Luc-Mcgrady>
|
||||||
Kehinde Adeleke <adelekekehinde06@gmail.com>
|
Kehinde Adeleke <adelekekehinde06@gmail.com>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
|
@ -1102,6 +1102,7 @@ title="{}" {}>{}</button>""".format(
|
||||||
("a", self.onAddCard),
|
("a", self.onAddCard),
|
||||||
("b", self.onBrowse),
|
("b", self.onBrowse),
|
||||||
("t", self.onStats),
|
("t", self.onStats),
|
||||||
|
("Shift+t", self.onStats),
|
||||||
("y", self.on_sync_button_clicked),
|
("y", self.on_sync_button_clicked),
|
||||||
]
|
]
|
||||||
self.applyShortcuts(globalShortcuts)
|
self.applyShortcuts(globalShortcuts)
|
||||||
|
|
Loading…
Reference in a new issue