blob: 136ea38149f6200bfa08fe073a8ee7246dfb0c82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
DomeKey
=======
DomeKey gives you the power to remap your headphone buttons to any action you
can think of. Define mappings in text using a Vim-like configuration language.
More information is available on the [website][1].
## Install
$ brew install teddywing/DomeKey/dome-key
## Building
For development:
$ make build
# or
$ make run
# to build and run the daemon
For release:
$ make build-release
For distribution:
$ make pkg
## License
Copyright © 2018 Teddy Wing. Published under a variant of the Open Community
Indie Software License (see the included LICENSE file).
[1]: https://domekey.teddywing.com/
|