From 3759bed41a6bfdee59b44fe8f7006cf56fc955b0 Mon Sep 17 00:00:00 2001 From: PhatDave Date: Wed, 27 Oct 2021 22:43:46 +0200 Subject: [PATCH] Described changes in readme, readme updated --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80c9fe0..c9d4d2b 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,18 @@ In the current state ALL events are echoed, ~~customizability is planned~~ Keys can now be whitelisted and only whitelisted keys will be echoed -The whitelist menu can be accessed by pressing F4 and only keys pressed since the start of the program will be shown, user can then pick as many as they please to whitelist and only those the user picks will be echoed to other windows \ No newline at end of file +The whitelist menu can be accessed by pressing F4 and only keys pressed since the start of the program will be shown, user can then pick as many as they please to whitelist and only those the user picks will be echoed to other windows + +### 1.2.x + +Keys can now be whitelisted by using hotkeys + +Pressing + +`Ctrl + Alt + A` + +Will add the next hit key to the whitelist + +`Ctrl + Alt + R` + +Will remove the next hit key from the whitelist \ No newline at end of file