Add keyboard shortcut for legacy stats (#2583)

* Added: Shortcut for legacy stats

* Added: Name to contributors

* Capitalize S
This commit is contained in:
Luc Mcgrady 2023-07-24 02:31:41 +01:00 committed by GitHub
parent 201cdeb831
commit bceffd96c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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>
********************

View file

@ -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)