Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shortcut to open Properties editor when a track is selected in library #7659

Closed
mixxxbot opened this issue Aug 22, 2022 · 6 comments
Closed

Comments

@mixxxbot
Copy link
Collaborator

Reported by: esbrandt
Date: 2014-11-17T10:03:27Z
Status: Fix Committed
Importance: Wishlist
Launchpad Issue: lp1393357
Tags: keyboard, library, polish


It used to be available in many audio applications browser and is very convenient.
Would be nice to have in Mixxxx.

FWIW the most used shortcut for this feature is CTRL+I, which is currently taken by "Enable Vinyl Control 4".
So we might find another shortcut or move the existing around (not released yet as of v1.12)

@mixxxbot
Copy link
Collaborator Author

Commented by: esbrandt
Date: 2015-05-24T06:09:33Z


For a start, i have the shortcut working.
Any hints on how to display the Shortcut right next to the mouse-menu`s Properties item?

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2015-05-26T06:14:31Z


The Properties Action is set here:

m_pPropertiesAct = new QAction(tr("Properties"), this);

    m_pPropertiesAct->setShortcut(
        QKeySequence(m_pKbdConfig->getValueString(ConfigKey("[KeyboardShortcuts]", ... ),  tr("Ctrl+i"))));

IMHO this should show the short cut in the menu.

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2016-06-22T15:51:22Z


We should consider this in our new library navigation approach.

@mixxxbot
Copy link
Collaborator Author

Commented by: ronso0
Date: 2020-10-22T20:26:26Z


Now double-click on any WTrackProperty or WTrackText opens the Properties window.
Fixed?

@mixxxbot
Copy link
Collaborator Author

Commented by: ronso0
Date: 2021-10-02T14:37:42Z


not for the tracks table.

Fix is #4347

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Committed.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.4.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant