How to disable/replace Ctrl+D hotkey to delete line? #299
-
I'm implementing custom hotkeys in a code editor that uses AvalonEdit and I noticed the Ctrl+D hotkey to delete lines was nowhere to be found within the code. I was wondering If I could get a helping hand on this, thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
AvalonEdit/ICSharpCode.AvalonEdit/AvalonEditCommands.cs Lines 38 to 46 in 774b38e hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Solved by following https://stackoverflow.com/a/29613802/10177659 carefully 😅 thank you Siegfried! |
Beta Was this translation helpful? Give feedback.
Solved by following https://stackoverflow.com/a/29613802/10177659 carefully 😅 thank you Siegfried!