| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2015-09-03 18:13:24 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2015-09-03 18:13:24 +0200 |
| commit | 385a3d17995dafde4f2b57f8d3a42d4d4782119d (patch) | |
| tree | 13422e28afbb7e8957ad061c662d159c28a930c4 /conf | |
| parent | 480288ca001564fa8c9fbdd72be442bbe7ee3d97 (diff) | |
Now support 'real' relative input devices, introduces 'options', the virtual device name is now prefixed to help matching it with udev.
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/space_navigator.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/conf/space_navigator.conf b/conf/space_navigator.conf index 4936713..aa18480 100644 --- a/conf/space_navigator.conf +++ b/conf/space_navigator.conf @@ -1,8 +1,8 @@ # 3DConnexion SpaceNavigator -# AXIS MIN MAX FUZZ FLAT RESOLUTION -X -350 350 0 0 1 -Y -350 350 0 0 1 -Z -350 350 0 0 1 -RX -350 350 0 0 1 -RY -350 350 0 0 1 -RZ -350 350 0 0 1 +# AXIS MIN MAX FUZZ FLAT RESOLUTION OPTIONS +X -350 350 0 0 1 direct,real_fuzz +Y -350 350 0 0 1 direct,real_fuzz +Z -350 350 0 0 1 direct,real_fuzz +RX -350 350 0 0 1 direct,real_fuzz +RY -350 350 0 0 1 direct,real_fuzz +RZ -350 350 0 0 1 direct,real_fuzz |


