A
A
Anonymous2016-01-17 22:08:07
linux
Anonymous, 2016-01-17 22:08:07

How to bind A4tech X-710MK mouse buttons in Linux (Ubuntu 14.04.3)?

It costs Ubuntu 14.04.3, there is an A4tech X-710MK mouse. For ease of use, the PC wanted to assign some combinations or keyboard keys to the mouse buttons. On Windows, all this was done using the Oscar Editor program (something in this style). At the office The site did not find anything under Linux from the software. How can I do something similar on my Ubuntu?
There is an option to put the software on Windows and drive everything into the memory of the mouse, but this will be more gestures and less sense if there is an alternative in Linux.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nazar Mokrinsky, 2016-01-17
@gnome96

On Linux, you will need 2 console programs:
- xbindkeys to catch keystrokes
- xdotool to generate arbitrary key combinations
In this way, any combinations generated by the mouse and keyboard can be intercepted and generated instead of them by other arbitrary ones. Applications are console, but very easy to use, you'll figure it out.
Here's an example of my ~/.xbindkeysrc to get you started:

"xdotool key Ctrl+Alt+Left"
  b:9

"xdotool key Ctrl+Alt+Right"
  b:8

It's me using the page transition buttons to switch virtual desktops.
In the Unity shell, you can put CompizConfig Settings Manager - there you can assign many actions in graphical mode without the mentioned applications.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question