diff --git a/picard/ui/mainwindow.py b/picard/ui/mainwindow.py index 00c1df906..60bbe6a1d 100644 --- a/picard/ui/mainwindow.py +++ b/picard/ui/mainwindow.py @@ -196,7 +196,7 @@ class MainWindow(QtGui.QMainWindow): # Windows, KDE and Gnome HID use F1 for this. MacOSX seems to have Cmd-H as a standard if sys.platform == "darwin": - help_shortcut = "Ctrl+H" + help_shortcut = "Ctrl+?" else: help_shortcut = "F1"