diff options
| author | Teddy Wing | 2018-11-22 05:38:47 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-22 05:38:47 +0100 |
| commit | 70a93073398e28d66386f69a973bf7a353388e69 (patch) | |
| tree | 39106c980eab057d4cdf848911bfdaf60a53058f | |
| parent | 3279de9f61d4800809efce30941995bfbb32baba (diff) | |
| download | dome-key-map-master.tar.bz2 | |
| -rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..424a6d6 --- /dev/null +++ b/README.md @@ -0,0 +1,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/ |
