Is there a way to execute a procedure from the editor with a keyboard shortcut

I have a procedure open in the editor and we want to run it in debug to test a simple change we are using the same parameters in the procedure for every execution.

Currently we do it by clicking the debug option and then clicking execute but I was wondering if there is a keyboard shortcut that I can use to skip straight to the execute assuming the parameters are the same as last time?

There is not. You can use F11 to start a debug execution and then hit Enter to accept what's already there though.

Thank you that may be all they need