summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>2013-01-12 12:43:51 +0100
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>2013-01-12 12:43:51 +0100
commit12fdf2bfda4ba5a99f9297e306db321e4afcf0f9 (patch)
tree9d63dc064b375feb736c9946913c23db0ac49d13
parent6854b8568088ef5fa1c78623de8093bae7b4d1f8 (diff)
downloadvdr-plugin-inputdev-12fdf2bfda4ba5a99f9297e306db321e4afcf0f9.tar.gz
vdr-plugin-inputdev-12fdf2bfda4ba5a99f9297e306db321e4afcf0f9.tar.bz2
mentioned the magic keysequence
-rw-r--r--README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 82d8d2f..bc6ef00 100644
--- a/README.txt
+++ b/README.txt
@@ -100,3 +100,16 @@ Creating keymap rules
4. Press the keys you want to configure, record their scancode and
the wanted key identifier. See cInputDevice::install_keymap
(inputdev.c) for supported key identifiers.
+
+
+Magic Keysequence
+=================
+
+By default, all input devices -- including the normal keyboard -- will
+be grabbed by device and can not be used by other programs anymore.
+To allow maintainance tasks like logging in on the console, the plugin
+detaches a input device when it recognizes the magic keysequence
+
+ SHIFT - SHIFT - ESCAPE - SHIFT
+
+from there.