copy paste in DWORD-Editor

gerdb

New member
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
 
If I were looking for an excuse, I would say that X/C/V are much more horrible for Dvorak users :laugh:

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 ;)
 
Back
Top