From 7e18bd18c7446f74eb6fe540522a3fc8581a30f1 Mon Sep 17 00:00:00 2001 From: Tobi Date: Tue, 28 Mar 2023 22:52:18 +0200 Subject: [PATCH] Document `disable` --- readme/usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme/usage.md b/readme/usage.md index ecf65823..049fe23b 100644 --- a/readme/usage.md +++ b/readme/usage.md @@ -87,6 +87,8 @@ not result in the expected output. For example using `KEY_Y` would result in "z if the layout of the environment is set to german. Using `y` on the other hand would correctly result in "y" to be written. +It is also possible to map a key to `disable` to stop it from doing anything. + ## Limitations **If your fingers can't type it on your keyboard, input-remapper can't inject it.**