• Stars
    star
    189
  • Rank 204,649 (Top 5 %)
  • Language
    Shell
  • Created almost 10 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Force Paste.app (macOS)

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.

Install

  1. Download (ZIP, β‰ˆ15KB) app and drag it to /Applications.

Alternatively, you can install it through Homebrew:

brew cask install force-paste
  1. To make Force Paste work on MacOS Ventura, go to Settings -> Security & Privacy -> Privacy -> Accessibility:
  • Force Paste (/Applications/Force Paste.app)
  • applet (/Applications/Force Paste.app/Contents/MacOS/applet)
  • Script Editor (/Applications/Utilities/Script Editor)

(click che + sign and press shift + cmd + G and paste the above routes).

  1. Launch the app (you might have to right-click and select Open to confirm you want to run it).

Important note: if you're getting a "not allowed to send keystrokes" error, uninstall and repeat installation.

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.