From 12fdf2bfda4ba5a99f9297e306db321e4afcf0f9 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Sat, 12 Jan 2013 12:43:51 +0100 Subject: mentioned the magic keysequence --- README.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. -- cgit v1.2.3