diff --git a/res/images/templates/ic_template_keyboard_mapping_sheet.svg b/res/images/templates/ic_template_keyboard_mapping_sheet.svg
index 5f39a7619164..70065b7cbe12 100644
--- a/res/images/templates/ic_template_keyboard_mapping_sheet.svg
+++ b/res/images/templates/ic_template_keyboard_mapping_sheet.svg
@@ -29,13 +29,13 @@
inkscape:window-height="1056"
id="namedview8739"
showgrid="false"
- inkscape:zoom="1.6269689"
- inkscape:cx="-0.6146399"
- inkscape:cy="482.185"
+ inkscape:zoom="2.3447939"
+ inkscape:cx="336.27689"
+ inkscape:cy="201.93672"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
- inkscape:current-layer="layer10"
+ inkscape:current-layer="layer5"
showguides="true"
inkscape:guide-bbox="true"
units="px"
@@ -49,8 +49,14 @@
inkscape:snap-smooth-nodes="true"
inkscape:document-rotation="0"
viewbox-y="0"
- inkscape:snap-global="false"
- inkscape:pagecheckerboard="0" />
Mixxx Keyboard mapping sheet templateimage/svg+xml
+ id="feGaussianBlur12554" />
+ d="m 687.59179,220.76768 5.222,7.617 5.383,-7.852 -5.222,-7.615 z m -11.829,-17.253 5.223,7.619 5.382,-7.85 -5.224,-7.617 z m 53.291,-8.711 -5.976,8.714 5.221,7.614 11.195,-16.328 z m -70.937,34.445 h 10.448 l 5.973,-8.712 -5.224,-7.619 z m 53.133,-8.482 5.222,7.615 5.381,-7.848 -5.222,-7.615 z m -11.828,-17.25 5.221,7.614 5.381,-7.848 -5.221,-7.613 z" />
+ style="display:inline;opacity:0.8" />
@@ -12717,7 +12405,45 @@
inkscape:label="mapped keys"
style="display:inline">play load&pausestop atstartAutoDJLibrarymaximize librarymaximize libraryPreviewtrackdoubleinfoclickhide/removetrackkey() == kPropertiesShortcutKey &&
- (event->modifiers() & kPropertiesShortcutModifier) &&
state() != QTableView::EditingState) {
- QModelIndexList indices = selectionModel()->selectedRows();
- if (indices.length() == 1) {
- m_pTrackMenu->loadTrackModelIndices(indices);
- m_pTrackMenu->slotShowDlgTrackInfo();
+ if (!event->modifiers()) {
+ slotMouseDoubleClicked(currentIndex());
+ } else if (event->modifiers() & kPropertiesShortcutModifier) {
+ // Note: the shortcut is displayed in the track context menu
+ QModelIndexList indices = selectionModel()->selectedRows();
+ if (indices.length() == 1) {
+ m_pTrackMenu->loadTrackModelIndices(indices);
+ m_pTrackMenu->slotShowDlgTrackInfo();
+ }
}
} else if (event->key() == kHideRemoveShortcutKey &&
event->modifiers() == kHideRemoveShortcutModifier) {