REL_WHEEL? not < or > but just the pressed key?

Asked by glenm

There is REL_WHEEL< and REL_WHEEL> for the up and down of the wheel. Please what is the keystroke for just pressing it, so I can remap it? On a n52.

BTW, thank you for this very much. A bit of trial and error for a new user, but I'm figuring things out as I go along :)

Glenm

Question information

Language:
English Edit question
Status:
Solved
For:
Pystromo Edit question
Assignee:
No assignee Edit question
Solved by:
Raumkraut
Solved:
Last query:
Last reply:
Revision history for this message
Best Raumkraut (raumkraut) said :
#1

As it is on a mouse, so it is on an n52. That is to say; pressing the wheel will produce a BTN_MIDDLE. :)

If there are any other buttons you're not certain about, you can run the remapper with a -vv option, which will then output representations of all the incoming input events it sees.

Revision history for this message
glenm (pogo162) said :
#2

Thanks Raumkraut, that solved my question.