aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2019-02-23 17:18:49 +0100
committerkoekeishiya <aasvi93@hotmail.com>2019-02-23 17:18:49 +0100
commit5287a3192799d8f9bbdca01fa457cd6cb3e7eba5 (patch)
treeb78deccf346f047048581cc684ba6044b336106d /README.md
parent0e703c3f275f6d4477f452acfb9cf9c73b9d9f1e (diff)
downloadskhd-5287a3192799d8f9bbdca01fa457cd6cb3e7eba5.tar.gz
skhd-5287a3192799d8f9bbdca01fa457cd6cb3e7eba5.zip
#62 implement option to unbind certain applications etc.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b645b3b..a4ddf41 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,8 @@ keycode = 'apple keyboard kVK_<Key> values (0x3C)'
proc_map_lst = * <proc_map>
-proc_map = <string> ':' <command>
+proc_map = <string> ':' <command> | <string> ':' '~' |
+ '*' ':' <command> | '*' '~'
string = '"' 'sequence of characters' '"'
@@ -108,6 +109,10 @@ command = command is executed through '$SHELL -c' and
an EOL character signifies the end of the bind.
-> = keypress is not consumed by skhd
+
+* = matches every application not specified in <proc_map_lst>
+
+~ = application is unbound and keypress is forwarded per usual, when specified in a <proc_map>
```
A mode is declared according to the following rules: