# HG changeset patch # User František Kučera # Date 1591733870 -7200 # Node ID 7927050ea73bd2a9e706d3ecdcace0f4788e8ab8 # Parent 0246f4b2c827736ac8a07ba7bee10e4e567663fa Remapping the buttons: new feature of v0.5 diff -r 0246f4b2c827 -r 7927050ea73b mouse-data/cadMousePro.xml --- a/mouse-data/cadMousePro.xml Thu Oct 24 21:52:34 2019 +0200 +++ b/mouse-data/cadMousePro.xml Tue Jun 09 22:17:50 2020 +0200 @@ -55,7 +55,7 @@

Mouse configuration:

- +

About:

@@ -73,6 +73,32 @@ (especially it that another window was a taskbar and your windows are now fiercely switching).

+

Remapping the buttons

+ +

+ By default, the wheel when pressed sends the same signal (2) as the middle button. + So it behaves like an ordinary mouse. + But we can configure it to send a different signal (10). +

+ +

+ There is also a small button behind the wheel, so-called „gesture“ button. + By default, it sends no (useful) signal. + But we can persuade it to send a button signal (11). +

+ +

+ It means that we have two more useful buttons + and we can assign them some actions (in our desktop environment or particular application). +

+ +

+ Which button sends which signal? + This can be examined through the tool xev + – it display a small window with testing area + and prints the captured mouse and keyboard events to the standard output. +

+

Build and installation

We use the CMake build system, so the steps are basically:

@@ -121,6 +147,14 @@ +

Product numbers:

+
    +
  • + 3DX-600065 – CadMouse Pro Wireless
  • +
  • + 3DX-600054 – CadMouse Wireless (thanks Paul Guertin for reporting)
  • +
+ diff -r 0246f4b2c827 -r 7927050ea73b mouse-data/img/cadMousePro-configuration-adwaita-v0.5.png Binary file mouse-data/img/cadMousePro-configuration-adwaita-v0.5.png has changed diff -r 0246f4b2c827 -r 7927050ea73b mouse-data/img/cadMousePro-configuration-breeze-v0.5.png Binary file mouse-data/img/cadMousePro-configuration-breeze-v0.5.png has changed diff -r 0246f4b2c827 -r 7927050ea73b mouse-data/img/cadMousePro-configuration-cleanlooks-v0.5.png Binary file mouse-data/img/cadMousePro-configuration-cleanlooks-v0.5.png has changed diff -r 0246f4b2c827 -r 7927050ea73b mouse-data/img/cadMousePro-configuration-oxygen-v0.5.png Binary file mouse-data/img/cadMousePro-configuration-oxygen-v0.5.png has changed