Linux: Mouse scroll emulation plus * Keyboard * Modifier

I would like to emulate horizontal / vertical scrolling by moving the mouse cursor while holding down the key modifier.

I already know how to do this by assigning EmulateWheel / EmulateWheelButton in xorg.conf ... however

I would like to use Super as a modifier instead of a mouse button.

Possible? I searched all day for an answer.

thank

+3
source share
1 answer

I may be too late, but I just figured out how to do this with the mouse in ubuntu. Just install mouseemu:

sudo apt-get install mouseemu

and edit "/ etc / default / mouseemu" and add the line:

SCROLL = "- scroll 126"

126 - . , showkey . mouseemu:

sudo/etc/init.d/mouseemu restart

ubuntu . , , , .

mouseemu , /num/scroll . , , .

+2

All Articles