diff --git a/Applications/Photoshop/Photoshop.lua b/Applications/Photoshop/Photoshop.lua index 374f3b5d..1a6cc9cf 100644 --- a/Applications/Photoshop/Photoshop.lua +++ b/Applications/Photoshop/Photoshop.lua @@ -690,6 +690,14 @@ local function inputText(x,y,limit,textColor) drawThisShit() end end + elseif e[1] == "clipboard" then + if e[3] then + text = text .. e[3] + if unicode.len(text) < limit then + inputPos = inputPos + 1 + end + drawThisShit() + end end end