install.fairie/home/dot_config/hammerspoon/init.lua

3 lines
178 B
Lua
Raw Normal View History

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