tags:

views:

23

answers:

1

Is it possible to have the scroll wheel on my mouse send a keystroke instead? so when i scroll upward it sends the letter "a" and downward it sends the letter "b"?

A: 

You'd have to have a daemon in place that would catch the mouse scroll via the event subsystem and inject the keypress via uinput. I don't know of a daemon that does this.

Ignacio Vazquez-Abrams