@@ -8,15 +8,16 @@ These files are valid Perl scripts, you can defined code to bind to in the files
88
99Use the following commands to define commands:
1010
11- | Subroutine Name | Purpose | Data Format Expected |
12- | --- | --- | --- |
13- | register_action_handlers | Defines actions, and multi-level action groups. | |
14- | register_action_handlers_with_override | As above but also ** deletes** old shortcuts | list of key-value pairs |
15- | TOP_LEVEL_GROUP | Defines the content of the top-level grouping used for menu display | shortcut and a list of action |
16- | GROUP | Used to declare a nested, ordered, action group. | |
17- | USE_GROUP | binds a shortcut with a group | |
18- | CONTEXT_MENU | Defines actions that are only accessible via a context menu | |
19- | MACRO | associate a action to set of commands | |
11+ | Subroutine Name | Purpose | Data Format Expected |
12+ | --- | --- | --- |
13+ | register_action_handlers | Defines actions, and multi-level action groups. | |
14+ | register_action_handlers_with_override | As above but also ** deletes** old shortcuts | list of key-value pairs |
15+ | PROXY_GROUP | Defines the content of the top-level grouping used for menu display | shortcut and a list of action |
16+ | ROOT_GROUP | Defines actions that are registered in the default group | information and a list of actions |
17+ | GROUP | Used to declare a nested, ordered, action group. | |
18+ | USE_GROUP | binds a shortcut with a group | |
19+ | CONTEXT_MENU | Defines actions that are only accessible via a context menu | |
20+ | MACRO | associate a action to set of commands | |
2021
2122## Action Definition Formats
2223
0 commit comments