samvel1024 / kbct

Keyboard keycode mapping utility for Linux supporting layered configuration
MIT License
272 stars 24 forks source link

Support remapping mouse buttons #21

Closed felagund closed 2 years ago

felagund commented 2 years ago

Not sure how hard it would be and if it is out of scope, but remapping mouse buttons would be great. Especially if one could emit keyboard keys with them or other way around (pressing a key to emit a middle button to paste, for example).

samvel1024 commented 2 years ago

You can easily achieve that by writing the name of the mouse in keyboards field. Copy-pasting might not be possible because one to many keystroke mapping is not possible as of now. So no special support for mouses is really needed.

felagund commented 2 years ago

Oh, perfect, works like a charm:-) (in the end I maped my so far two useless buttons on a mouse to Home and End.)