DontFuckWithPaste icon indicating copy to clipboard operation
DontFuckWithPaste copied to clipboard

Universal Fix

Open HenryTheVacuum opened this issue 1 year ago • 3 comments

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

^!v::SendRaw %clipboard%

HenryTheVacuum avatar Mar 08 '24 16:03 HenryTheVacuum

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

silverwind avatar Mar 08 '24 17:03 silverwind

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).

HenryTheVacuum avatar Mar 08 '24 17:03 HenryTheVacuum