Results 1 to 3 of 3

Thread: copy paste in DWORD-Editor

  1. #1
    Junior Member
    Join Date
    Sep 2008
    Posts
    5

    Default copy paste in DWORD-Editor

    The edit fields in the DWORD-Editor use Shift-Ins for Paste, Ctrl-Ins for Copy and Ctrl-Del for cut. This is way outdated. Windows Standard says that Ctrl-V, Ctrl-C and Ctrl-X are recommended though standard windows controls support both. Could it be that your controls are a little bit "beyond" standard ?

    Second, pasting by selecting "paste" from the context menu does not update the other fields.

    Just came across this one.

    Gerd

  2. #2
    Member of Team Spybot PepiMK's Avatar
    Join Date
    Oct 2005
    Location
    Planet Earth
    Posts
    3,374

    Default

    If I were looking for an excuse, I would say that X/C/V are much more horrible for Dvorak users

    The controls are standard Delphi TEdit controls; I intentionally reject fancy third party controls usually because of exactly such issues as you mentioned.

    I've fixed the updating bug, see this bug issue entry.
    The keyboard shortcuts were a different thing - in filtering input to only allow valid "number characters", I seem to have surpressed too many control keys as well
    Just remember, love is life, and hate is living death.
    Treat your life for what it's worth, and live for every breath
    (Black Sabbath: A National Acrobat)

  3. #3
    Junior Member
    Join Date
    Sep 2008
    Posts
    5

    Default

    Looking forward to see it fixed...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •