Tag Archives: mouse

Remapping mouse buttons

permanently To remap mouse buttons permanently, you can use the xinput set-button-map command. Every mouse button click issues a button click with a specific id to X11. X11 recognizes the following buttons: ID Button 1 Left click 2 Middle click 3 Right click 4 Wheel up 5 Wheel down 6 Wheel left 7 Wheel right… Read More »

Logitech V400

Enable all settings in SetPoint Install uberOptions to enable ALL settings in the Logitech SetPoint application. Remapping buttons in Linux You can use the following command to remap the buttons: The <device-id> is shown in the xinput list output as Logitech USB Receiver [XExtensionPointer] – you can use the name as a string or the… Read More »

Evoluent Vertical Mouse 3

Remapping buttons in Linux You can use the following command to remap the buttons: The <device-id> is shown in the xinput list output – you can use the name as a string or the id number. You can query the actual button state using xinput query-state <device-id>. The mouse has following button-ids: Button ID Thumb… Read More »