4

My mouse (a Logitech G700) has a broken button that continuously depresses. I'm looking for a way to tell the computer to ignore that button, it's currently bound to the dash key and it makes things annoying by dropping dashes keystrokes around randomly. Ideally I'd want not only Ubuntu but any applications to not do anything when that mouse button is pressed.

Thanks!

The xev information for that key is:

KeyPress event, serial 38, synthetic NO, window 0x4200001,
    root 0x4b4, subw 0x4200002, time 2303555, (42,53), root:(2027,105),
    state 0x10, keycode 82 (keysym 0xffad, KP_Subtract), same_screen YES,
    XLookupString gives 1 bytes: (2d) "-"
    XmbLookupString gives 1 bytes: (2d) "-"
    XFilterEvent returns: False
mikewhatever
  • 32,638

2 Answers2

0

I think this will help.

Step 1

Step 2

  • Follow guide.
  • Profit.
Calebpou
  • 31
  • 4
0

My answer at this link was accepted for something quite similar just today!

Hope this helps.

Enable/disable mousekeys via command line

P Smith
  • 569