User Tools

Site Tools


ubuntu:mouse:determine_the_mouse_button_numbers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:mouse:determine_the_mouse_button_numbers [2021/10/25 09:21] peterubuntu:mouse:determine_the_mouse_button_numbers [2021/10/25 11:18] (current) – [Another Way to Determine the Mouse Buttons] peter
Line 51: Line 51:
  
 <code bash> <code bash>
-xinput test>+xinput test
 </code> </code>
  
Line 66: Line 66:
 **NOTE:**  A unique button number should be able to be determined for each button on the mouse. **NOTE:**  A unique button number should be able to be determined for each button on the mouse.
  
-  * In this case, the bottom line of the result shows **button 1** when the left mouse button on the mouse was pressed.+  * In this case, the result shows **button press   1** when the left mouse button on the mouse was pressed.
     * Determine the Button Number for every button.     * Determine the Button Number for every button.
  
Line 83: Line 83:
  
 <code bash> <code bash>
 +xev | grep button
 +
 +or
 +
 xev xev
 </code> </code>
Line 96: Line 100:
 ---- ----
  
-===== Identify Each Button Number =====+==== Identify Each Button Number ====
  
 With **xev** running, move the mouse pointer into the xev display and click each button on the mouse. With **xev** running, move the mouse pointer into the xev display and click each button on the mouse.
ubuntu/mouse/determine_the_mouse_button_numbers.1635153715.txt.gz · Last modified: 2021/10/25 09:21 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki