Closed GoogleCodeExporter closed 9 years ago
The problem here is that Ctrl+X, Ctrl+C, Ctrl+V are handled by Windows itself
and
translated into WM_CUT, WM_COPY, WM_PASTE messages, which are handled by the
editor
control. So, the editor control nerer receives the Ctrl+X etc keystrokes.
I am afraid this is standard windows behavior and there isn't much I can do
about this.
However if you assign for example Ctrl+X to an IDE command e.g. Edit, Select
All, it
is handled before Windows translates it to WM message.
To sum up do not reassign Ctrl+X etc to editor commands.
Original comment by pyscripter
on 22 May 2009 at 11:28
Original issue reported on code.google.com by
blino...@gmail.com
on 21 Feb 2009 at 11:54