diff --git a/aqt/reviewer.py b/aqt/reviewer.py index 6a7ec2d47..e0db85f67 100644 --- a/aqt/reviewer.py +++ b/aqt/reviewer.py @@ -631,6 +631,8 @@ time = %(time)d; label, scut, func = row opts = {} a = m.addAction(label) + if qtminor >= 10: + a.setShortcutVisibleInContextMenu(True) if scut: a.setShortcut(QKeySequence(scut)) if opts.get("checked"):