TWPRichText capturing Ctrl+V when TDBEdit has focus

  • HI
    I have a form (Delphi 7) using WPTools 5 TWPRichEdit with TWPToolBar.
    Also on the form are 4 TDBEdit text boxes.

    If TWPRichEdit has never had focus
    when a TDBEdit has focus Ctrl + V does nothing

    Once the TWPRichEdit has had focus but the focus had returned to the TDBEdit
    Ctrl + V will paste into the non-focused TWPRichEdit.

    Shift + Insert will paste correctly as will popup menu "Paste"
    But the users are used to using Ctrl + V and this behaviour is causing problems.
    If I remove the WPTool controls from the page Ctrl + V works correctly.

    Is there anything I can do to stop this behaviour?

    • Offizieller Beitrag

    I think you have assigned an shortcut to the wptools standard action "Paste". This action will always work with the TWPRichText which was focused last. Please do not use shortcuts since the TWPRichText handles Ctrl+V, V and X internally anyway.