changed search from F to 5
This commit is contained in:
parent
7e89dcd3a1
commit
f80d03491b
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class Timeline:
|
||||||
profileAction.triggered.connect(self.app.profile_show)
|
profileAction.triggered.connect(self.app.profile_show)
|
||||||
|
|
||||||
searchAction = QtGui.QAction("&Search", self.window)
|
searchAction = QtGui.QAction("&Search", self.window)
|
||||||
searchAction.setShortcut("Ctrl+F")
|
searchAction.setShortcut("Ctrl+5")
|
||||||
searchAction.setStatusTip("Show Search")
|
searchAction.setStatusTip("Show Search")
|
||||||
searchAction.triggered.connect(self.app.search_show)
|
searchAction.triggered.connect(self.app.search_show)
|
||||||
|
|
||||||
|
|
Reference in a new issue