diff options
author | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2013-01-12 12:43:51 +0100 |
---|---|---|
committer | Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> | 2013-01-12 12:43:51 +0100 |
commit | 12fdf2bfda4ba5a99f9297e306db321e4afcf0f9 (patch) | |
tree | 9d63dc064b375feb736c9946913c23db0ac49d13 | |
parent | 6854b8568088ef5fa1c78623de8093bae7b4d1f8 (diff) | |
download | vdr-plugin-inputdev-12fdf2bfda4ba5a99f9297e306db321e4afcf0f9.tar.gz vdr-plugin-inputdev-12fdf2bfda4ba5a99f9297e306db321e4afcf0f9.tar.bz2 |
mentioned the magic keysequence
-rw-r--r-- | README.txt | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |