Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FP in Big Sur #12

Open
scfurl opened this issue Dec 18, 2020 · 17 comments
Open

FP in Big Sur #12

scfurl opened this issue Dec 18, 2020 · 17 comments

Comments

@scfurl
Copy link

scfurl commented Dec 18, 2020

Hi, Thanks for a great script. It seems as though Big Sur no longer allows this activity even with FP accessibility enabled. Would appreciate any ideas on how to work around as FP is so handy.

image

image

@WoodpeckerBaby
Copy link

Screen Shot 2020-12-31 at 10 17 17 PM

Force Paste is not allowed to send keystrokes.
System Events got an error: Force Paste is not allowed to send keystrokes. (1002)

@rdouma
Copy link

rdouma commented Jan 9, 2021

What helped me was to remove Force Paste from Accessibility and add it again. After that it started to work again.

2021-01-09_11-56-11

@EugeneDae
Copy link
Owner

@rdouma Thank you very much! I've added your recommendation to the README.

@clixx52
Copy link

clixx52 commented Jun 1, 2021

This issue has returned in Big Sur 11.4. Previous troubleshooting steps, including removing and re-adding the app in Accessibility, do not resolve.

@ismailyenigul
Copy link

I am having the same issue in Big Sur 11.4

@Qhilm
Copy link

Qhilm commented Jun 1, 2021

I have saved the main.script applescript as a .app and it is allowed to input keystrokes somehow, to the contrary of the force-paste.app. I do not get why to be honest.

The problem is, there's a focus issue, the script takes focus and all keystrokes are sent to the script, so I get a bunch of alert sounds. Someone knows how to prevent the applescript from taking focus (becoming frontmost app)? Wasn't happening before.

@Qhilm
Copy link

Qhilm commented Jun 2, 2021

So I made an Alfred workflow with a "hotkey" trigger linked to an Run Script action with the content of main.scpt. This works for me now, it doesn't steal focus anymore. Still no explanation as to why Force-Paste.app stopped working though.

@rdsedmundo
Copy link

I managed to fix it, the key is to make sure the applet also has Accessibility permissions.

Those steps might not be required but I'd recommend just in case (I've done them while trying to make it work):

  1. Uninstall the app (delete it from the Applications folder).
  2. Install it again.

Then:

  1. Go to System Preferences -> Security & Privacy -> Privacy -> Accessibility -> add Force Paste.app (from the Applications folder).
  2. Still on the Accessibility section, click on the Add (+) again, Finder will open, hit CMD+Shift+G, and paste /Applications/Force Paste.app/Contents/MacOS.
  3. Add applet.

@ismailyenigul
Copy link

ismailyenigul commented Jun 4, 2021

Hi @rdsedmundo
it did not work for me initially. I added applet and Force Paste.
Later, I removed applet and added again. But did not work. Finally, I also enabled Zoom in Accessibility to trigger a change in macOS. And now it works!
Thanks.

@Logic1-LM
Copy link

Logic1-LM commented Jun 8, 2021

  1. Still on the Accessibility section, click on the Add (+) again, Finder will open, hit CMD+Shift+G, and paste /Applications/Force Paste.app/Contents/MacOS.
  2. Add applet.

This worked for me, awesome, so glad to have it back.
Thanks @rdsedmundo

@tohn tohn mentioned this issue Jul 13, 2021
@rdouma
Copy link

rdouma commented Jul 13, 2021

Great, that did the job! I had to delete the app indeed; simply adding the applet wasn't good enough. Thanks!

@Graunephar
Copy link

I managed to fix it, the key is to make sure the applet also has Accessibility permissions.

Those steps might not be required but I'd recommend just in case (I've done them while trying to make it work):

  1. Uninstall the app (delete it from the Applications folder).
  2. Install it again.

Then:

  1. Go to System Preferences -> Security & Privacy -> Privacy -> Accessibility -> add Force Paste.app (from the Applications folder).
  2. Still on the Accessibility section, click on the Add (+) again, Finder will open, hit CMD+Shift+G, and paste /Applications/Force Paste.app/Contents/MacOS.
  3. Add applet.

Tried everything suggested here, including this method multiple times. Unfortunately without getting force paste to work. I am still getting the original error.

On MacOS Big Sur 11.4 (20F71)

@tresni
Copy link

tresni commented Nov 11, 2022

Hi @rdsedmundo it did not work for me initially. I added applet and Force Paste. Later, I removed applet and added again. But did not work. Finally, I also enabled Zoom in Accessibility to trigger a change in macOS. And now it works! Thanks.

Thank you for this idea! This actually worked for me. I also added the applet and Force Paste, but that didn't work. Going into the Accessibility settings and toggling something (in my case I toggled Voice Over) and now we are back in business!

@jblakecoco
Copy link

jblakecoco commented Jan 29, 2023

None of the methods above worked for me on Ventura 13.2 (22D49). I had to add the Script Editor too.

(for the search engines) To make Force Paste work on MacOS Ventura you have to add:

  • Force Paste
  • applet (/Applications/Force Paste.app/Contents/MacOS/applet)
  • Script Editor (/Applications/Utilities/Script Editor)

to Settings -> Security & Privacy -> Privacy -> Accessibility

@mrmaceurope
Copy link

Tried everything mentioned above, but I'm unable to launch Force Paste on MacOS Ventura 13.2 (22D49) on MacBook M1, Language 'Danish'.

Would be awesome if someone could advise another workaround or update the App to work. Do we have any alternative Apps/features for solving our 'Paste' issue :) ?

@rdsedmundo
Copy link

I upgraded to MacOS Ventura last week, followed the steps from my comment again (because I had forgotten) and it worked.

@cellulosa
Copy link
Contributor

Great stuff @jblakecoco! I created a pull request to include your instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests