You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
KeeAgent receives "Ctrl+M pressed" keyboard event
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: