From 932bc208382974ce8d90ccf83fe5a2e5fa9d9d7d Mon Sep 17 00:00:00 2001 From: Clive Galway Date: Tue, 13 Mar 2018 00:24:15 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2f7e8b..217379d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ In other words, you can use a key on a second (or third, or fourth..) keyboard t AHI uses the Interception driver by Francisco Lopez # WARNING -**TAKE CARE** when using this code. Because Interception is a driver, and sits below windows proper, blocking with Interception goes so deep that it can even block CTRL+ALT+DEL etc. As such, it is entirely possible to lock up all input, potentially requiring use of the reset button. This is less of an issue whilst AHI does not support mouse blocking, but if/when that happens, the potential is there. +**TAKE CARE** when using this code. Because Interception is a driver, and sits below windows proper, blocking with Interception goes so deep that it can even block CTRL+ALT+DEL etc. As such, it is entirely possible to lock up all input, or at least make life a little difficult. In general, worst-case scenario would require use of the reset button. This is less of an issue whilst AHI does not support mouse blocking, but if/when that happens, the potential is there. For example, using Subscription Mode with `block` enabled will **totally** block that key from working on that keyboard. So if you block `Ctrl` on your only keyboard, you just blocked CTRL+ALT+DEL. Be wary of making scripts using this code run on startup. Know how to enter "Safe Mode" in windows and disable startup of the scripts.