M
Matt Gilarde
Guest
Are you stripping out the CHR(10) by modifying CLIPBOARD:VALUE? If so, I think all you should need to do is add the following in the CTRL-V trigger: IF SELF:TYPE = "EDITOR" THEN SELF:EDIT-PASTE (). Fill-ins get more default handling of behaviors like this for historical reasons. You generally have to handle them yourself in editors.
Continue reading...
Continue reading...