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

Conflict with other extrensions using Ctrl+M shortcut #307

Open
matuscak opened this issue Oct 5, 2020 · 1 comment
Open

Conflict with other extrensions using Ctrl+M shortcut #307

matuscak opened this issue Oct 5, 2020 · 1 comment
Labels

Comments

@matuscak
Copy link

matuscak commented Oct 5, 2020

There are other extensions which are using the same Ctrl+M shortcut, e.g. KeePassRDP. When KeeAgent extension is installed, this shortcut does not work any more in them.

I do not know KeePass programming internals but I believe there should be some correct way how to implement this logic:

  1. KeeAgent receives "Ctrl+M pressed" keyboard event
  2. KeeAgent recognizes that currently selected item is not "KeeAgent enabled" so it knows that received keyboard event was not addressed to itself. Therefore it does not "consume" the event (or returns it back to the event queue) so other plugins in the chain could receive it and process it accordingly.
@dlech
Copy link
Owner

dlech commented Oct 5, 2020

Related: #292

@dlech dlech added the bug label May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants