Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantum5/clickkeys
Tool to use keyboard buttons to click the mouse, for when your mouse button is broken.
https://github.com/quantum5/clickkeys
accessibility c keyboard keyboard-navigation mouse mouse-emulation
Last synced: about 1 month ago
JSON representation
Tool to use keyboard buttons to click the mouse, for when your mouse button is broken.
- Host: GitHub
- URL: https://github.com/quantum5/clickkeys
- Owner: quantum5
- Created: 2014-09-27T19:09:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T06:34:58.000Z (over 7 years ago)
- Last Synced: 2024-11-07T16:42:42.330Z (3 months ago)
- Topics: accessibility, c, keyboard, keyboard-navigation, mouse, mouse-emulation
- Language: C
- Homepage: https://quantum2.xyz/projects/
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clickkeys
A tool to use keyboard buttons to click the mouse, for when your mouse button is broken.
Sometimes, your mouse button does not register when clicked, and sometimes it registers
as multiple separate clicks. This can be annoying, but you may not be able to replace it
right away. This program solves the issue.## Features
![clickkeys about dialog](https://quantum2.xyz/wp-content/uploads/2017/07/clickkeys.png)
* A press of the pause/break key is translated into a single instaneous click of the primary button (usually left).
* This is helpful to click without stopping the mouse.
* **⊞**+Alt+Shift+M can be used to toggle this feature.
* The context menu key press/release is directly translated into press/release of the primary mouse button.
* This is helpful for dragging.
* Alt+Shift+M can be used to toggle this feature.
* Ctrl+Alt+Shift+M can be used to toggle this feature.## Compliation
Using Visual C++ command line:
```
$ nmake
```The resulting files will be produced in `clickkeys.exe`.