blob: 424a6d645386ebe654d7f1c42c3644f9663f2e6f (
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
|
dome-key-map
============
The core of [DomeKey][1]. This library handles:
* Parsing DomeKey map files
* Running map actions (simulating key presses, running shell commands, modes)
* Command-line argument parsing
* Trial period
## Building
Run:
$ make release
to build the `libdome_key_map.a` library.
## License
Copyright © 2018 Teddy Wing. This project is part of [DomeKey][1], and is
published under the same license (see the included LICENSE file).
[1]: https://domekey.teddywing.com/
|