It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
4 years agoType in Window - How to implement
I use this feature a lot to paste into a VM where copy/paste is disabled. 1Password's implementation works really well and was wondering if there is any insight on how to replicate this as a small ut...
1P_Mitch
Moderator
4 years agoHey @ejt, thanks for this question. I appreciate the interest in the auto-type feature and how we implemented it. I don't know of any utilities to recommend, but if you are a developer, I can point you in the direction of the SendInput Win32 API. You could use that function to simulate any kind of keypress, and it forms the basis of auto-type and drag-and-type in our Windows app. Good luck in your exploration!