Merge pull request #656 from glubsy/selected_shortcut_description

Add shortcut description to mark selected action
This commit is contained in:
Andrew Senetar 2020-05-13 20:17:41 -05:00 committed by GitHub
commit 6abcedddda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class ResultWindow(QMainWindow):
),
(
"actionMarkSelected",
"",
Qt.Key_Space,
"",
tr("Mark Selected"),
self.markSelectedTriggered,