CadMouse side button response issue

Questions and answers about 3Dconnexion devices on Windows.

Moderator: Moderators

Post Reply
sokolyk
Posts: 11
Joined: Mon Jul 07, 2025 5:20 am

CadMouse side button response issue

Post by sokolyk »

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
adefami
Posts: 1
Joined: Fri Jul 25, 2025 1:51 am

Re: CadMouse side button response issue

Post by adefami »

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 :( :(
sokolyk
Posts: 11
Joined: Mon Jul 07, 2025 5:20 am

Re: CadMouse side button response issue

Post by sokolyk »

adefami wrote: Fri Jul 25, 2025 2:09 am 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 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?
Post Reply