View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021158 | MMW 5 | Hotkeys | public | 2024-08-21 17:38 | 2024-09-05 19:40 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | reopened | ||
Product Version | 5.0 | ||||
Target Version | 5.1 | Fixed in Version | 5.1 | ||
Summary | 0021158: CTRL-ALT-P sometimes opens the Play menu | ||||
Description | ALT P normally opens the Play menu CTRL ALT P normally opens the Properties dialog But sometimes, CTRL ALT P opens both! This seems to be a variant of 0021129 . i.e. whatever change was made to fix that particular issue should apply generally. | ||||
Additional Information | Reported at https://www.mediamonkey.com/forum/viewtopic.php?t=106527 | ||||
Tags | No tags attached. | ||||
Fixed in build | 3045 | ||||
|
It seems if you use (I had to load Properties of thousands of files to get the timing right): 1 Use Ctrl+Alt+P 2 Release Ctrl 3 Release Alt+P --> Properties load --> Menu also loads You need to release Ctrl before releasing Alt+P and it needs to happen before Properties load. So when releasing 1 key in a 3 key combo, executes the 2 key combo. If Ctrl is released after Properties loads, still holding down Alt+P will have the mouse blink quickly and an error beep once Alt+P is released. |
|
I can't replicate even on 20k selected files. But @lowlander is right Events Down/Up/Pressed do not exclude each other on releasing CTRL so additional Shortcuts may execute which results in MM loose current focus. 1. Click on Home Tree node -> Click on empty space in track browser Home tree node 2. SLOWLY Press CTRL (HOLD) 3. SLOWLYPress ALT (HOLD both CTRL+ALT) 4. SLOWLY Press P (Hold CTRL+ALT+P) 5. SLOWLY Release CTRL (Hold ALT+P) 6. releasing P (Still Holding ALT), Will do Nothing until releasing ALT to execute Play menu ---- 7. click on any suggested Album 8. SLOWLY Press CTRL (HOLD) 9. SLOWLYPress ALT (HOLD both CTRL+ALT) 10. SLOWLY Press P (Hold CTRL+ALT+P) PROPERTIES GET OPEN IMMEDIATELY on KEY DOWN Event That said if timing is right like in user and @Lowlander case double shortcut can be executed. |
|
Fixed in 3045 |
|
I'm still able to reproduce on 3045. I used a selection of 150k files to do so. 1 Select large set of files 2 Hold down Ctrl+Alt+P 3 Release Ctrl 4 Release Alt+P --> Play menu opens --> Properties opens (this took a while due to large set of files, also with each test I drop 1 file from selection). The key is that both the Ctrl and Alt+P subsequently are released prior to Properties being loaded. |
|
fwiw, I'm no longer able to replicate this bug in 3045. If vegright can't replicate in 3045 and if LL can't replicate with a more normal usecase, I'd suggest that we consider it resolved. |
|
Verified 3046 I can't replicate any steps listed in notes. |