I assume you need to have pre-populated the clipboard before use? How are you using it? Yes, you get to autotype whatever is in your clipboard (text of course). I use it for the page of a bank that does not allow the use of Ctrl key (ie: no copy/pasting) but allows the use of Alt key. I've now added the following two placeholders for more convenience: {CLIPBOARD} gets the clipboard content. {CLIPBOARD-SET:/T/} copies the text T into the clipboard. That is a great adition! I've actually asked for...
Hello, I wrote ClipboardPlaceholder a couple weeks ago to add {Clipboard} as a placeholder for autotype feature only. I might add that placeholder for the general placerholder feature (ie: in SprEngine) later on. If you guys think someone could use it, feel free to add it to the plugin list of KeePass. Thanks
But in this case I have to store Master DB password in Slave DB entry, I really don't want to do that) From Readme: You can have a sync job on a slave database to target the Master database without setting a password or a key file, by executing from the master and setting 'MSS_IsSlave' to true in slave and 'MSS_PerformSlaveJobs' to true on the master. Where exactly? I can't find there any discussion about plugin functionality... Just open an issue so I can help you there
That is actually expected behaviour. But you can have a sync job in the slave DB to sync back to the master. Please post questions or issues in the plugin page, this is a discussion concerning KeePass itself
Well, I wanted this feature and I had a little time, so I wrote a small plugin to implement what I wanted. Just sharing if anyone is interested. Edit: Combining that plugin with HotKeyEnabler allows me to just copy text to clipboard and paste it using autotype with a custom hotkey.
Well, I wanted this feature and I had a little time, so I wrote a small plugin to implement what I wanted. Just sharing if anyone is interested.
Hello, I would like to kindly request this feature as I use a bank that does not allow Ctrl key to be pressed so user can't paste text into their fields. Whenever I add a new account info to make a payment, I cheat using KeePass autotype feature, but I have to manually paste the clipboard content into the pasword field of an entry I created specially for this purpose. If keepass had a 'Clipboard' placeholder, I would just need to copy the text into the clipboard, select my special entry in Keepass...
You're right! I didn't think of that. Thanks