Swap dominant and rotation buttons on SpacePilot Pro.

Got the buttons switched by mistake. They have similar signs on them. I've
checked the 3dconnexion manual to know what symbol stand for what operation
and this is the correct one.
This commit is contained in:
Dennis Björklund
2021-08-09 18:52:20 +02:00
parent 4488a5f551
commit c3061bf3ed

View File

@@ -89,9 +89,9 @@
<Map Description="ALT" KeyCode="23" DownTime="short" Command=""/>
<Map Description="SHIFT" KeyCode="24" DownTime="short" Command=""/>
<Map Description="CTRL" KeyCode="25" DownTime="short" Command=""/>
<Map Description="Dominant" KeyCode="26" DownTime="short" Command=""/>
<Map Description="Rotation" KeyCode="26" DownTime="short" Command=""/>
<Map Description="PanAndZoom" KeyCode="27" DownTime="short" Command=""/>
<Map Description="Rotation" KeyCode="28" DownTime="short" Command=""/>
<Map Description="Dominant" KeyCode="28" DownTime="short" Command=""/>
<Map Description="Plus" KeyCode="29" DownTime="short" Command=""/>
<Map Description="Minus" KeyCode="30" DownTime="short" Command=""/>
</Mapping>