aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2018-07-26 19:30:33 +0200
committerkoekeishiya <aasvi93@hotmail.com>2018-07-26 19:30:33 +0200
commit3e9a26cda27a0c85be349ec61bffdea91cbf762b (patch)
treea2af7842bd81428050c7c9e92d31ad121869e065
parent18c5ce87a15bc12262277fbb2a30245d2d1f8ab9 (diff)
downloadskhd-3e9a26cda27a0c85be349ec61bffdea91cbf762b.tar.gz
skhd-3e9a26cda27a0c85be349ec61bffdea91cbf762b.zip
update readme
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1446a28..9a25320 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/koekeishiya/skhd.svg?branch=master)](https://travis-ci.org/koekeishiya/skhd)
-**skhd** is a simple hotkey daemon for macOS. It is a stripped version of [**khd**](https://github.com/koekeishiya/khd)
+**skhd** is a simple hotkey daemon for macOS. It is a stripped version of [**khd** (*no longer maintained*)](https://github.com/koekeishiya/khd)
(although 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.
@@ -51,6 +51,12 @@ Requires xcode-8 command-line tools.
-c | --config: Specify location of config file
skhd -c ~/.skhdrc
+
+-k | --key: Synthesize a keypress (same syntax as when defining a hotkey)
+ skhd -k "shift + alt - 7"
+
+-t | --text: Synthesize a line of text
+ skhd -t "ello, worldã‚·"
```
### Configuration