Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I want to remap input keys from keyboard and mouse, but I need it to be in low level, so that reading /dev/input* shows remapped functions.

Example: I have regular keyboard and I want ENTER key to emit left mouse button click.

Is that possible and how?

share|improve this question

1 Answer 1

Have you looked at keyfuzz? It can map keys by their scancodes. Not sure you can map a key to a mouse click using that tool though.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.