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

Universal Fix #25

Open
HenryTheVacuum opened this issue Mar 8, 2024 · 2 comments
Open

Universal Fix #25

HenryTheVacuum opened this issue Mar 8, 2024 · 2 comments

Comments

@HenryTheVacuum
Copy link

This one autohotkey line will bypass any paste blocking and will work on every app without ever needing updates.

^!v::SendRaw %clipboard%

@silverwind
Copy link

This would break many things on the web that depends on the paste event, like image paste on GitHub.

@HenryTheVacuum
Copy link
Author

HenryTheVacuum commented Mar 8, 2024

That's why it's a special hot key (ctrl + alt + v) for when the default is being blocked. It would break nothing unless you changed the hotkey to override default paste (definitely not recommended).

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

2 participants