All Projects → EugeneDae → Force Paste

EugeneDae / Force Paste

Paste text even when not allowed (password dialogs etc) in macOS

Programming Languages

shell
77523 projects
applescript
352 projects

Labels

Force Paste.app (macOS)

Important note: if you're getting a "not allowed to send keystrokes" error, simply add Force Paste.app to System Preferences > Security & Privacy > Accessibility. If Force Paste doesn't work in macOS Big Sur, try removing it from System Preferences > Security & Privacy > Accessibility and adding it again. See issue #7 and issue #12 about Big Sur.

Little AppleScript application for macOS which allows pasting text even when it’s not allowed (password dialogs etc). It uses virtual keyboard to type in the text from your clipboard. In other words, it tricks the program that asks for your input into thinking that you’re actually typing on your keyboard. See also the blog post with discussion.

DOWNLOAD (ZIP, ≈15KB)

Alternatively, you can install it through Homebrew:

brew cask install force-paste

After installation, make sure to put the app in the Dock. Advanced users familiar with the Scripts menu can put it there to save space in the Dock.

Usage

Copy the text you want to paste, then open the app from the Dock to have it immediately pasted.

How it works

Building

cd Force-Paste/
./build.sh

Pull requests are welcome.

Copyrights

Icons by Tango Project and Alexandre Moore.

License (for code): WTFPL (Do What the Fuck You Want to) or MIT if you like.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].