aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2017-08-07 21:06:22 +0200
committerkoekeishiya <aasvi93@hotmail.com>2017-08-07 21:06:22 +0200
commitb6d3d5980fa4feb02fd0bd2e5665f476a671206f (patch)
tree267e84f116cd6504979b8d34a8a9aadfd78a3d7b /README.md
parent6c61c48d4612348e0e95e3991d2a90250823e324 (diff)
downloadskhd-b6d3d5980fa4feb02fd0bd2e5665f476a671206f.tar.gz
skhd-b6d3d5980fa4feb02fd0bd2e5665f476a671206f.zip
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index fed540b..26a1359 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
**skhd** is a simple hotkey daemon for macOS. It is a stripped version of [**khd**](https://github.com/koekeishiya/khd)
(although mostly rewritten from scratch), that sacrifices the more advanced features in favour of increased responsiveness and performance.
+**skhd** has an improved parser that is able to accurately identify both the line and character position of any symbol that does not
+follow the correct grammar rules for defining a hotkey. If a syntax error is detected during parsing, the parser will print the error and abort.
+**skhd** will still continue to run and when the syntax error has been fixed, it will automatically reload and reparse the config file.
+
+feature comparison between **skhd** and **khd**
| feature | skhd | khd |
|:--------------------------:|:----:|:---:|
| hotload config file | [x] | [ ] |