View Issue Details

IDProjectCategoryView StatusLast Update
0018737MMW 5Hotkeyspublic2022-09-14 14:39
Reporterpeke Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Target Version5.2 
Summary0018737: Hotkeys: Browser forward and Browser back can't be assigned to hotkeys (Regression in MM5)
DescriptionMM4 could detect and assign Browser forward and Browser back, but in MM5 they are locked on Prev/Next View

APPCOMMAND_BROWSER_FORWARD = Browser forward
APPCOMMAND_BROWSER_BACKWARD = Browser back
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?t=101087
TagsNo tags attached.
Fixed in build

Relationships

related to 0018847 closedpetr Update Chromium to v98 

Activities

Ludek

2022-02-01 13:49

developer   ~0066817

It's this code that catches the mouse events and stops its propagation:
image.png (20,816 bytes)   
image.png (20,816 bytes)   

Ludek

2022-02-01 13:56

developer   ~0066818

Last edited: 2022-02-01 13:58

Nevertheless removing the code does not help to force Chromium to internaly not "eat" this event.

Some workarounds would need to be implemented (or Chromium's source code to be modified).

Moving target out of 5.0.3 as this issue is minor and the Browser forward/back defaults are right.

peke

2022-02-01 22:52

developer   ~0066823

@Ludek
Do you still have Source code of my Key hook app? From brief check it record key even Chromium eats it.