diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-11-28 21:27:21 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-11-28 21:27:21 -0800 |
commit | 48bd3f0012bd5f683e19e2fa2b4a3e52b6e6de27 (patch) | |
tree | 3bd5fa9de844f0147fffef140f25f864a15b6e38 /default.cfg | |
parent | 8f0722a1aa6442ff4b30e59371d844de7a370457 (diff) |
Mega mouse support is mostly done
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 { |