From fa7685c8eb243f03e8e5364f1dd7aae0f932a84e Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 18 Dec 2011 21:19:39 +0100 Subject: config: Fix typo that caused keybind 'k' to not work --- data/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit