Add a new module that can be used to copy passwords from a password
store into the clipboard.
Currently, only "pass" is supported.
As long as only bumblebee is used, it will also show which password is
currently in the clipboard and how long it will still stay there.
* the original implementation doesn't always generate click events.
This new implementation fixes this issue.
But as the old implementation is still in use (the bluetooth module makes use of it)
and this implementation is probably not as matured as the old one, it
was agreed to keep both the old and the new implementation until the
bluetooth module has been migrated to the new implementatation.