Hello,
Basically I program side buttons as "copy"/"paste" in all applications.
Sometimes, clicking on "copy" and then "paste", it inserts previously copied selection.
I need to click twice to ensure copy of selected text.
I tried to configure the text commands by default option in list and changing macros, using combinations "ctrl+C/ctrl+Insert" and "ctrl+V/shift+Insert".
Nothing helps, it doens't want to copy from 1x click.
Thanks in advance for help
CadMouse side button response issue
Moderator: Moderators
Re: CadMouse side button response issue
Hi there,
I've run into something similar when setting mouse buttons to copy/paste functions globally. It sounds like the macro might be triggering before the system registers the selection, especially if it's happening fast

I've run into something similar when setting mouse buttons to copy/paste functions globally. It sounds like the macro might be triggering before the system registers the selection, especially if it's happening fast
Re: CadMouse side button response issue
I confirm. If there is no delay between text selection and copy, it's not enough to rewrite buffer memory. If there is a 1 sec delay between selection and copy, the command executes correctly.
Did you manage to find a solution or improvement?