Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Reversing the direction of a trackball

In gaming we just refer to this as "invert mouse".

From the Xorg mouse(4) man page:

Option "InvX" "boolean"
    Invert the X axis. Default: off. 
Option "InvY" "boolean"
    Invert the Y axis. Default: off. 

Tags:

Configuration

Related

Is it possible to compress a very large file (~30 GB) using gzip? Device is Mounting as Read Only (Can Copy Files as Root) How do I switch from Ubuntu desktop to Ubuntu server? Is there a way to install and remove packages in a single yum command? From df device name to physical drive name (vendor / type) Running chsh does not change shell How to fix non-responsive Ubuntu system? /etc/motd is not displayed when a named pipe? How to replace a string with a string containing slash with sed? monitor files (à la tail -f) in an entire directory (even new ones) How to get permission number by string : -rw-r--r-- Recursively list files with file names, folder names and permission

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy