Suggestion for making Start / Stop Recording Hotkey as different keys

The start and stop capture hotkey are the same in current version (v2.4.22).
We are writing our own automation tool via hotkey currently.
if start and stop capture are the same hotkey, this makes our automation tool malfunction.
Hope you can make start and stop into different hotkeys.
if user can config the hotkeys, that would be more user friendly.
Thank you!

@sabisun Thanks for reaching out! Have you considered using our Python Automation API built specifically for automating functions of our software? Our documentation can be found below, and includes separate functions for starting and stopping the capture.

Dear Tim:

Thanks for your reply, our needs require to write one tool for start capture, another tool for stop capture.
for current Python Automation API, start and stop capture require to be in the same tool (capture handle can not pass to another tool), thus why we have to use hotkey instead.

Thanks!

@sabisun That makes sense. Thanks for clarifying that, and sorry our Automation API wouldn’t work well in this case.

We’re currently tracking all feedback related to customizing keyboard shortcuts below. I’ve added a comment for you with regards to separating out Start and Stop keyboard shortcuts so we can track your need for that.