Feature Request: shortcut or simpler actions access
Currently the extension actions are accessible in context menu "Context Menu -> Extensions -> Copy Request Response -> ..." what is too deep for good workflow, for what the plugin is intended.
Would be possible to make it more accessible ? Maybe with some shortcut (not sure if API allows it) ?
Hi MaCrek22
Sadly, this is not supported by the Burp Montoya API. An alternative would be to include the menu items in the top menu:
This would actually make the copy process a bit faster. I'll keep this in mind for the next release.
THX for your input!
Best, Mänu
The latest Montoya API from early adopter 2025.3 does now support hotkeys:
@emanuelduss Nice! What Hotkeys should we take? I am ready to implement them.
I would go for either Ctrl+Shift+C (preferred) or Ctrl+Alt+C.
@emanuelduss Just what we have longed for... Please look at my PR: https://github.com/CompassSecurity/burp-copy-request-response/pull/14
@MaCrek22 Fixed with Release v2.1.0