xinput - Libinput extra mouse button mapping - Ask Ubuntu


i have logitech m570 mouse connected laptop. got side buttons mapped window overview in gnome (the 'super' key) following instructions here on askubuntu configure xbindkeys.

i set configuring touchpad gestures, again following instructions found here. required installing libinput driver , libinput-gestures.

now touchpad gestures working should, mouse buttons no longer working. side buttons have started behaving 'back' , 'forward' buttons. have searched forums again i'm @ loss. running xev, buttons detected follows:

buttonrelease event, serial 32, synthetic no, window 0x2a00001,     root 0xee, subw 0x0, time 24449680, (32,94), root:(61,151),     state 0x2010, button 9, same_screen yes  buttonpress event, serial 32, synthetic no, window 0x2a00001,     root 0xee, subw 0x0, time 24451078, (32,94), root:(61,151),     state 0x2010, button 8, same_screen yes 

running evemu-record detected as:

e: 0.000000 0004 0004 589829    # ev_msc / msc_scan             589829 e: 0.000000 0001 0114 0001  # ev_key / btn_extra            1 e: 0.000000 0000 0000 0000  # ------------ syn_report (0) ---------- e: 0.101916 0004 0004 589829    # ev_msc / msc_scan             589829 e: 0.101916 0001 0114 0000  # ev_key / btn_extra            0 e: 0.101916 0000 0000 0000  # ------------ syn_report (0) ---------- e: 0.741926 0004 0004 589828    # ev_msc / msc_scan             589828 e: 0.741926 0001 0113 0001  # ev_key / btn_side             1 e: 0.741926 0000 0000 0000  # ------------ syn_report (0) ---------- e: 0.820012 0004 0004 589828    # ev_msc / msc_scan             589828 e: 0.820012 0001 0113 0000  # ev_key / btn_side             0 e: 0.820012 0000 0000 0000  # ------------ syn_report (0) ---------- 

however when run xbindkeys -k buttons not detected.

any idea what's going on here? seems xbindkeys doesn't play libinput driver, other tools seem pick events fine.


Comments

Popular posts from this blog

Windows XP installation, no previous version of Windows NT - Super User

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu