Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zelloptt/desktop-hotkeys
This npm package provides press/release callbacks for system-wide hotkeys
https://github.com/zelloptt/desktop-hotkeys
Last synced: 2 days ago
JSON representation
This npm package provides press/release callbacks for system-wide hotkeys
- Host: GitHub
- URL: https://github.com/zelloptt/desktop-hotkeys
- Owner: zelloptt
- Created: 2020-05-07T22:36:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T02:09:19.000Z (over 1 year ago)
- Last Synced: 2024-04-25T05:40:36.324Z (7 months ago)
- Language: Objective-C++
- Size: 3.34 MB
- Stars: 3
- Watchers: 17
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# desktop-hotkeys
This package provides press/release callbacks for system-wide hotkeys on Windows## Installation
```npm install --save desktop-hotkeys```
## Usage
You can find a minimal working sample in the ```sample``` subfolder