• Login
Community
  • Login

Plugins menu items: Adding mnemonics (the [Alt+underlined char]-combination)

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
2 Posts 2 Posters 869 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G
    GHSoCoder
    last edited by Nov 13, 2018, 5:09 PM

    A very first Hello,

    is there a convenient way to add mnemonics (the [Alt+underlined char]-combination) to the menu items of all installed plugins? I’m looking for a configuartion file.

    Many thanks for all your efforts concerning Notepad++ and greetings
    GHSoCoder

    1 Reply Last reply Reply Quote 0
    • D
      dinkumoil
      last edited by Nov 13, 2018, 5:29 PM

      A plugin has to provide the infos required to create a menu entry during runtime. Notepad++ requests these infos by calling one of the functions a plugin DLL has to export and creats the menu item dynamically. Thus there is no way for a user to add Alt+Underlined char shortcuts to a plugin’s menu entry.

      But you can add a normal keyboard shortcut to an entry in the plugin’s submenu of the Plugins drop down menu via Shortcut Mapper ((menu) Settings -> Shortcut Mapper-> Plugin Commands).

      1 Reply Last reply Reply Quote 3
      2 out of 2
      • First post
        2/2
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors