From e137a6f496970e296560671db933fecd9535cef8 Mon Sep 17 00:00:00 2001 From: "Talk is cheap. Show me the code." Date: Mon, 30 Jun 2014 00:08:35 +0200 Subject: [PATCH] README.rst > Permanent Setup > rm '-d ${DEVPATH}' Leaving out the '-d ${DEVPATH}' part makes the settings work. Tested on a single-keyboard machine: Linux hostname 3.13.0-30-generic #54-Ubuntu SMP Mon Jun 9 22:45:01 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cc64772..ea3c100 100644 --- a/README.rst +++ b/README.rst @@ -106,7 +106,7 @@ Don't forget to make it executable by running ``chmod 755 /etc/udev/tpkbdctl_run #!/bin/sh - /usr/bin/tpkbdctl -d ${DEVPATH} -s 192 # your settings here + /usr/bin/tpkbdctl -s 192 # your settings here See also ========