From 3e4bbcf607887726cffb88ef774555caa357334c Mon Sep 17 00:00:00 2001 From: w1z7ard Date: Fri, 18 Apr 2008 03:36:24 +0000 Subject: [PATCH] added CTRL-B to hotkey reference git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@958 6778bc44-b910-0410-a7a0-be141de4315d --- src/projectM-qt/qprojectm_mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {