Menu

Shortcuts

2007-01-15
2012-11-13
  • Nobody/Anonymous

    Hello,

    I would like to change the shortcut DUPLICATE LINE to CTRL + ALT + UP ARROW. But the shortcut is used by "82 Q:Mark Word or Find Reverse". This shortcut is not editable for me.

    How can I edit all of the shortcuts? I work with eclipse and the idea is to set the same shortcuts from eclipse (e.g. duplicate line) to notepad++.

    Thanks for your help.

     
    • Srivathsan

      Srivathsan - 2008-07-16

      Just figured it out, took some deep looking. My goal was the same - to sync up few of the Eclipse shortcuts with Notepad++'s. Anyways, I use v4.9.2 and under Settings -> Shortcut Mapper, look in the 'Scintilla commands' tab. Not sure if its 16 (SCI_SELECTIONDUPLICATE) or 94 (SCI_LINEDUPLICATE) you'll need to modify to achieve what you want.

      HTH.