aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--examples/skhdrc5
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7d2c480..fed540b 100644
--- a/README.md
+++ b/README.md
@@ -44,4 +44,6 @@ Requires xcode-8 command-line tools,
**skhd** will load the configuration file `$HOME/.skhdrc`, unless otherwise specified.
+A list of all built-in modifier and literal keywords can be found [here](https://github.com/koekeishiya/skhd/issues/1)
+
See [sample config](https://github.com/koekeishiya/skhd/blob/master/examples/skhdrc) for syntax information.
diff --git a/examples/skhdrc b/examples/skhdrc
index 35f31b8..42a1403 100644
--- a/examples/skhdrc
+++ b/examples/skhdrc
@@ -1,4 +1,7 @@
-## NOTE(koekeishiya): A hotkey is written according to the following rules:
+## NOTE(koekeishiya): A list of all built-in modifier and literal keywords can
+# be found at https://github.com/koekeishiya/skhd/issues/1
+#
+# A hotkey is written according to the following rules:
#
# hotkey = <keysym> ':' <command> |
# <keysym> '->' ':' <command>