Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: how to kill ctrl d in notepad++  (Read 33619 times)

0 Members and 1 Guest are viewing this topic.

asterose

    Topic Starter


    Rookie

    • Experience: Experienced
    • OS: Windows XP
    how to kill ctrl d in notepad++
    « on: April 10, 2023, 08:23:24 PM »

    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



      Sage
    • Thanked: 662
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: how to kill ctrl d in notepad++
    « Reply #1 on: April 13, 2023, 06:58:56 PM »
    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


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: how to kill ctrl d in notepad++
    « Reply #2 on: April 24, 2023, 08:23:54 PM »
    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.