Posted 13 years ago
by Tobias Lingemann
-
Software Devolpment Engineer,
Vector Informatik GmbH
Version: 4.0.0288
Hi,
I would like to implement a hot-key behavior similar to VS.
For example the comment line command is triggered with a "Ctrl+K" key followed by a "Ctrl+C" key. My understanding is, that I cannot react on "Ctrl+C" because it is already used for the copy command.
I tried to disable the command links of my syntax editor, but it did not help.
Do you have any suggestions, how to realize this?
[Modified at 05/31/2011 07:37 AM]
I would like to implement a hot-key behavior similar to VS.
For example the comment line command is triggered with a "Ctrl+K" key followed by a "Ctrl+C" key. My understanding is, that I cannot react on "Ctrl+C" because it is already used for the copy command.
I tried to disable the command links of my syntax editor, but it did not help.
Do you have any suggestions, how to realize this?
[Modified at 05/31/2011 07:37 AM]
Best regards, Tobias Lingemann.