Change force play next keyboard shortcut
Now control-alt-return to prevent muscle memory typing control-return Fixes #76
This commit is contained in:
parent
8b641cd728
commit
32fb44439d
@ -836,7 +836,7 @@ border: 1px solid rgb(85, 87, 83);</string>
|
||||
<string>Skip to &next</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Return</string>
|
||||
<string>Ctrl+Alt+Return</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSearch_database">
|
||||
|
||||
@ -514,7 +514,7 @@ class Ui_MainWindow(object):
|
||||
self.actionPlay_next.setText(_translate("MainWindow", "&Play next"))
|
||||
self.actionPlay_next.setShortcut(_translate("MainWindow", "Return"))
|
||||
self.actionSkip_next.setText(_translate("MainWindow", "Skip to &next"))
|
||||
self.actionSkip_next.setShortcut(_translate("MainWindow", "Ctrl+Return"))
|
||||
self.actionSkip_next.setShortcut(_translate("MainWindow", "Ctrl+Alt+Return"))
|
||||
self.actionSearch_database.setText(_translate("MainWindow", "Search &database"))
|
||||
self.actionSearch_database.setShortcut(_translate("MainWindow", "Ctrl+D"))
|
||||
self.actionAdd_file.setText(_translate("MainWindow", "Add &file"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user