From 48bd3f0012bd5f683e19e2fa2b4a3e52b6e6de27 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 28 Nov 2015 21:27:21 -0800 Subject: Mega mouse support is mostly done --- default.cfg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'default.cfg') 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 { -- cgit v1.2.3