Remap mouse keys

I have a mouse that have two more buttons, one to go forward or back on the browser, however I want to reassign that keys to a F13 for example.

Is there any way to do this? In windows I used to use "x-mouse button control"

After some searching and some testing, at least I was able to deactivate the buttons to go forward or back using xbindkeys, but I can't make this buttons to emulate an F13 or F14 button. Here is my example of the config of .xbindkeysrc

# Assign F13 to mouse button 9
"xdotool key F13"
   b:9 + release

There is a way to make this work?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.