View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018737 | MMW 5 | Hotkeys | public | 2022-01-07 03:35 | 2022-09-14 14:39 |
Reporter | peke | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Target Version | 5.2 | ||||
Summary | 0018737: Hotkeys: Browser forward and Browser back can't be assigned to hotkeys (Regression in MM5) | ||||
Description | MM4 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 Information | https://www.mediamonkey.com/forum/viewtopic.php?t=101087 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
It's this code that catches the mouse events and stops its propagation: |
|
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. |
|
@Ludek Do you still have Source code of my Key hook app? From brief check it record key even Chromium eats it. |