Skip to content

Problem setting up Lossless Cut CUSTOM keyboard shortcuts to work on the Logi MX Creative Console keypad #2500

Answered by SunGod
SunGod asked this question in Q&A
Discussion options

You must be logged in to vote

Following up here for anybody that encounters this. Skip to the bottom for a kludgy workaround that I discovered. I ran this by ChatGPT and it came up with the following explanation as to WHY it's not working (maybe this is helpful to the Lossless Cut developer?)

_

LosslessCut is an Electron app. Its built-in shortcuts (space to play/pause, J/K/L, etc.) are registered with Electron’s accelerator API—those are caught at the macOS layer, so any synthetic keystroke Logi Options+ sends is accepted.

When you create a user-defined shortcut inside LosslessCut the app instead listens for a DOM key-down event in its web view.
Electron passes such events only when event.isTrusted === true (to stop…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mifi
Comment options

mifi Jul 31, 2025
Maintainer

Answer selected by SunGod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants