Skip to content

Commit

Permalink
Merge pull request #3622 from poelzi/fix-wheel
Browse files Browse the repository at this point in the history
keywheel fixes: Add keywheel to qrc file, change shortcut to F12
  • Loading branch information
Be-ing authored Feb 8, 2021
2 parents 93ed1e5 + 1cca1ee commit f7277cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions res/mixxx.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
<file>images/skin_preview_placeholder.png</file>
<file>images/ic_checkmark.svg</file>
<file>images/ic_delete.svg</file>
<!-- keywheel dialog image -->
<file>images/keywheel/keywheel.svg</file>
<!-- dark icon set for preferences -->
<file>images/preferences/dark/ic_preferences_autodj.svg</file>
<file>images/preferences/dark/ic_preferences_bpmdetect.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/widget/wmainmenubar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ void WMainMenuBar::initialize() {
m_pViewKeywheel->setShortcut(
QKeySequence(m_pKbdConfig->getValue(
ConfigKey("[KeyboardShortcuts]", "ViewMenu_ShowKeywheel"),
tr("F2", "Menubar|View|Show Keywheel"))));
tr("F12", "Menubar|View|Show Keywheel"))));
m_pViewKeywheel->setShortcutContext(Qt::ApplicationShortcut);
m_pViewKeywheel->setStatusTip(keywheelText);
m_pViewKeywheel->setWhatsThis(buildWhatsThis(keywheelTitle, keywheelText));
Expand Down

0 comments on commit f7277cc

Please sign in to comment.