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
- Host: GitHub
- URL: https://github.com/cdown/mac-cel
- Owner: cdown
- License: isc
- Created: 2011-12-07T15:48:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T23:31:58.000Z (almost 11 years ago)
- Last Synced: 2025-04-20T22:32:42.929Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 164 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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