1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-07 09:19:50 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
6abcedddda
Merge pull request #656 from glubsy/selected_shortcut_description
Add shortcut description to mark selected action
2020-05-13 20:17:41 -05:00
glubsy
4b1c925ab1 use a QKeySequence instead 2020-05-07 16:24:07 +02:00
glubsy
1c0990f610 Add shortcut description to mark selected action 2020-05-07 15:37:21 +02:00

View File

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