aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2017-08-07 21:15:39 +0200
committerkoekeishiya <aasvi93@hotmail.com>2017-08-07 21:15:39 +0200
commit88dcf7cb3a08cfcabb44628a32dbe395b1153f19 (patch)
tree2fc782022731f1e19b1ed3875a6f292f8a87da45 /README.md
parente2e2ee95cc855e13d550ca44665cf8808826f87c (diff)
downloadskhd-88dcf7cb3a08cfcabb44628a32dbe395b1153f19.tar.gz
skhd-88dcf7cb3a08cfcabb44628a32dbe395b1153f19.zip
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4775c40..e4ea45b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
**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** is able to hotload its config file, meaning that hotkeys can be edited and updated live while **skhd** is running.
+
**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.