in Ubuntu 20.04 LTS i try to customize my logitech mx master 3 mouse buttons with xbindkeys
I edit the settings in
~/.xbindkeysrc
something like this works fine for bottons 8 and 9 :
# Mouse Button #8
"nautilus"
b:8
# Mouse Button #9
"firefox"
b:9
but i need to assign copy command to button 8 and paste command to button 9, instead of opening applications.
Does somebody have an idea about how to do tell "copy" or "paste" to xbindkeys ?