how to kill ctrl d in notepad++

Started by asterose, April 10, 2023, 08:23:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

asterose


How the HECK do I get rid of ctrl+d in notepad++?????  It is a nightmare and has nearly ruined my life, and certainly has cost me many hours of my life.  I tried going to the shortcut mapper, but it does not show up there.

*censored*.


DaveLembke

Only way I can think of is if you download the Notepad ++ source code and then find the CTRL + D function and kill it off by commenting out that feature and then compile it and use that for your Notepad++ needs. At the bottom of this list is the source code for download. You will have to be proficient in looking at code to know what your looking at to find it and disable by commenting the section out or remove it, then compile and run the edited version.

https://github.com/notepad-plus-plus/notepad-plus-plus/releases/tag/v8.5.2


BC_Programmer

it is in the shortcut mapper. It is SCI_SELECTIONDUPLICATE on the Scintilla Commands tab.
I was trying to dereference Null Pointers before it was cool.