Ticket #254 (closed enhancement: fixed)
Allow plugins to define keyboard shortcuts for menu
| Reported by: | claudio | Owned by: | claudio |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | plugins | Version: | trunk |
| Keywords: | Cc: |
Description
Some functionalities are handled by plugins. The Padre plugin api should define a way to add keyboard shortcuts to plugin menus.
E.g., the Perltidy plugin has a core functionality for me: format document (tidy document) and it would be great to use the keyboard instead of browsing through menus...
Change History
Note: See
TracTickets for help on using
tickets.

This has been implemented. An example of how it works can be found in the Padre::Plugin::Autoformat.pm:
sub menu_plugins_simple {
}