diff options
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index 55fa348..3584762 100644 --- a/default.cfg +++ b/default.cfg @@ -72,6 +72,28 @@ bindings { } } } + mice { + 0 { + motion mouse.1.motion + buttons { + 1 mouse.1.left + 2 mouse.1.middle + 3 mouse.1.right + 4 mouse.1.start + } + } + #having the second host mouse also mapped to the first emulated + #mouse is useful for laptop users with an external mouse + 1 { + motion mouse.1.motion + buttons { + 1 mouse.1.left + 2 mouse.1.middle + 3 mouse.1.right + 4 mouse.1.start + } + } + } } io { |