An open API service indexing awesome lists of open source software.

https://github.com/cdown/mac-cel

Remove mouse acceleration on Mac OSX
https://github.com/cdown/mac-cel

Last synced: about 1 year ago
JSON representation

Remove mouse acceleration on Mac OSX

Awesome Lists containing this project

README

          

mac-cel disables mouse acceleration on Mac OSX.

Usage
=====

By default, ``mac-cel`` disables mouse acceleration. If passed ``-t``, it will
instead disable trackpad acceleration.

::

$ mac-cel

Installation
============

.. image:: https://travis-ci.org/cdown/mac-cel.svg?branch=master
:target: https://travis-ci.org/cdown/mac-cel
:alt: Test status

::

$ git clone git://github.com/cdown/mac-cel.git
$ cd mac-cel
$ make

License
=======

mac-cel is licensed under an `ISC license`_. Full information is in the
`LICENSE`_ file.

.. _ISC license: https://en.wikipedia.org/wiki/ISC_license
.. _LICENSE: LICENSE