From f80d03491b214b9623bef53b7af3b6157981e692 Mon Sep 17 00:00:00 2001 From: jeena Date: Wed, 27 Mar 2013 11:26:12 +0100 Subject: [PATCH] changed search from F to 5 --- Linux/Windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)