install.fairie/home/dot_config/hammerspoon/init.lua
Brian Zalewski e8167f13b7 Many changes
2024-05-27 11:15:03 +00:00

2 lines
178 B
Lua

-- Defeat copy / paste blockers (Source: https://www.hammerspoon.org/go/)
hs.hotkey.bind({"cmd", "alt"}, "V", function() hs.eventtap.keyStrokes(hs.pasteboard.getContents()) end)