From acdcf74c63c68234924bab5792a459fc6c7d8940 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 9 Jan 2018 12:04:43 +0100 Subject: [PATCH] [bugfix] corrected hotkey --- pylot/core/util/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 80c2d4b6..ef83b47d 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -1270,7 +1270,7 @@ class PickDlg(QDialog): tip='Toggle filtered/original' ' waveforms', checkable=True, - shortcut='Shift+S') + shortcut='Shift+F') self.autoFilterAction = createAction(parent=self, text='Automatic Filtering', slot=self.toggleAutoFilter, icon=key_a_icon,