Change force play next keyboard shortcut

Now control-alt-return to prevent muscle memory typing control-return

Fixes #76
This commit is contained in:
Keith Edmunds 2021-09-23 08:07:38 +01:00
parent 8b641cd728
commit 32fb44439d
2 changed files with 2 additions and 2 deletions

View File

@ -836,7 +836,7 @@ border: 1px solid rgb(85, 87, 83);</string>
<string>Skip to &amp;next</string>
</property>
<property name="shortcut">
<string>Ctrl+Return</string>
<string>Ctrl+Alt+Return</string>
</property>
</action>
<action name="actionSearch_database">

View File

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