diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-12-18 21:19:39 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-12-18 21:19:39 +0100 |
commit | fa7685c8eb243f03e8e5364f1dd7aae0f932a84e (patch) | |
tree | 4bd8d95f425c0291866d24418ca86c119d57f505 | |
parent | 1055e142f28ac3b053d2167ff6f1de93726aca46 (diff) | |
download | pa-sink-ctl-fa7685c8eb243f03e8e5364f1dd7aae0f932a84e.tar.gz pa-sink-ctl-fa7685c8eb243f03e8e5364f1dd7aae0f932a84e.tar.bz2 pa-sink-ctl-fa7685c8eb243f03e8e5364f1dd7aae0f932a84e.zip |
config: Fix typo that caused keybind 'k' to not work
-rw-r--r-- | data/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config b/data/config index cd658f1..0ac7abf 100644 --- a/data/config +++ b/data/config @@ -7,7 +7,7 @@ name-properties = device.description; device.product.name ## Key starting with a 0 and length > 1 are encoded in octal or hexadecimal, ## depending on second character being an 'x'. ## See ncurses.h for other presudo-character tokens -up = 0403:k;w +up = 0403;k;w down = 0402;j;s volume-down = 0404;h;a volume-up = 0405;l;d |