changed search from F to 5

This commit is contained in:
jeena 2013-03-27 11:26:12 +01:00
parent 7e89dcd3a1
commit f80d03491b

View file

@ -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)