Clipboard actions in the "Filter" bar fail

Issue #121 resolved
Jeroen Wiert Pluimers created an issue

The "Filter" bar does not allow keyboard based clipboard operations Ctrl-C, CtrlX, Ctrl-V. The mouse based clipboard operations work fine.

Not sure if this is limited to RDP connections, or always fails.

Comments (5)

  1. Markus Humm

    I just checked this without RDP: pasting via the old fashioned Shift-Ins does work, but not via Ctrl-V.
    The edit has a context menu with an insert item, but that does not seem to have Ctrl-V assigned as shortcut.
    It might be an issue of the VCL TEdit though and within that of the underlying Windows edit? At least in QP I didn’t
    find anything about VCL TEdit issues with Ctrl-V.

  2. Stefan Glienke repo owner

    The base form class that is used here has those actions/shortcut defined already and I think it needs overwriting some methods to handle them iirc. Was not a priority so far.

  3. Log in to comment