diff --git a/Linux/Windows.py b/Linux/Windows.py index 1ffe591..5fe85c3 100644 --- a/Linux/Windows.py +++ b/Linux/Windows.py @@ -150,7 +150,7 @@ class Timeline: profileAction.triggered.connect(self.app.profile_show) searchAction = QtGui.QAction("&Search", self.window) - searchAction.setShortcut("Ctrl+F") + searchAction.setShortcut("Ctrl+5") searchAction.setStatusTip("Show Search") searchAction.triggered.connect(self.app.search_show)