Skip to content
Andreas Stange edited this page Sep 18, 2021 · 10 revisions

DedoMouse - Wiki

Welcome to the DedoMouse wiki!

Installation

Download the latest version from here.

Installation - Windows

Unzip the archive and start DedoMouse.exe — no further installation needed.

Installation - Linux

The following has been tested with Ubuntu 20.04.

  • There is a known issue with the used UI library. To fix it run: sudo apt install freeglut3 freeglut3-dev
  • Unzip the archive and start DedoMouse with root privileges: sudo ./DedoMouse

Gestures and Mouse Actions

Tip: You can test these gestures in the app without performing mouse actions. The status bar shows the last performed gesture.

<style> .gesture-image { max-width: 100%; max-height: 100%; height: 100%; width: 200px; } </style>
Mouse Action Description Image
Left click Move index finger near thumb. left-click image
Right click Move middle and ring finger near thumb. right-click image
Middle click Move ring finger and pinky near thumb. middle-click image
Scroll up Thumb up gesture. scroll-up image
Scroll down Thumb down gesture. scroll-down image
Drag and Drop Hold left click gesture for some time to start a mouse-drag.
Release the gesture to end the mouse-drag.
left-click image
Clone this wiki locally