AFAICT KeePassHttp and KeePassNatMsg allow callers to access password entries. I'm not trying to get passwords, I'm trying to inject a window title to be used in the AutoType Entry Selection window. (KeePassRPC may be able to trigger Global AutoType, I'm not sure I only glanced at the source code briefly, but...) I traced the --auto-type command line option to AutoType.PerformGlobal() (github.com), but I don't see how any plugin can intercept the return values of NativeMethod.GetForegroundWindowInfo()...
Yes... I do want a process that runs under Wayland that can get the title of the currently active window, then pass that title to KeePass to use. I'm asking about an plugin API to do the latter (maybe this is already possible/exists, I'm not familiar with KeePass internals). The former can be done by something/someone else (for example https://github.com/ickyicky/window-calls).
I have a different suggestion - would it be possible to have the title of the currently active window be modified by a plugin? This would allow others to write plugins for different compositors/desktop environments to provide KeePass with the active window title.
treewide: remove myself as maintainer
python3: Update to 3.11.7, refresh patches
CI: Fix CI_HELPER
freeradius3: Fix build when pcre is present
golang: Update to 1.21.4