diff --git a/src/projectM-qt/qprojectm_mainwindow.cpp b/src/projectM-qt/qprojectm_mainwindow.cpp index ab09bee5a..03bbed0cd 100644 --- a/src/projectM-qt/qprojectm_mainwindow.cpp +++ b/src/projectM-qt/qprojectm_mainwindow.cpp @@ -905,7 +905,7 @@ void QProjectM_MainWindow::about() void QProjectM_MainWindow::hotkeyReference() { QMessageBox::information ( this, tr( "Hotkey Reference"), - tr ( "
CTRL-L
Locks / unlocks the active preset
CTRL-N
Moves to next preset in the playlist
CTRL-P
Moves to previous preset in the playlist
CTRL-R
Randomly selects a preset from the playlist
CTRL-M
Show / hide the menu display
CTRL-E
Opens the preset editor with the active preset
CTRL-F
Enables / disables full screen mode
CTRL-Y
Enables / disables shuffle mode
CTRL-S
Saves and applies changes to the active preset (only when editing)
" )); + tr ( "
CTRL-L
Locks / unlocks the active preset
CTRL-N
Moves to next preset in the playlist
CTRL-P
Moves to previous preset in the playlist
CTRL-R
Randomly selects a preset from the playlist
CTRL-M
Show / hide the menu display
CTRL-E
Opens the preset editor with the active preset
CTRL-F
Enables / disables full screen mode
CTRL-Y
Enables / disables shuffle mode
CTRL-S
Saves and applies changes to the active preset (only when editing)
CTRL-B
Shows / hides menu and status bar.
" )); } void QProjectM_MainWindow::openSettingsDialog() {