Forum Post: RE: Pasting in Editors vs Fill-Ins

  • Thread starter Thread starter Matt Gilarde
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top