From 36b252b30bfdd4a2cac5d1204460afc314df246f Mon Sep 17 00:00:00 2001 From: leonardotrapani Date: Sun, 15 Mar 2026 16:06:16 +0100 Subject: [PATCH] remove bindr troubleshooting hint from simple toggle --- README.md | 2 +- docs/config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1251039..17056ce 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Run `hyprvoice configure` anytime for advanced settings. bind = SUPER, R, exec, hyprvoice toggle ``` -Each press toggles between recording and idle. If you experience issues with text injection (stuck keys, wrong characters), try `bindr` instead — it fires on key release, so modifiers like SUPER are fully released before the command runs. +Each press toggles between recording and idle. ### Push-to-talk (hold-to-record) diff --git a/docs/config.md b/docs/config.md index 0f119c4..1a848e3 100644 --- a/docs/config.md +++ b/docs/config.md @@ -48,7 +48,7 @@ Hyprvoice is triggered via Hyprland keybindings. The bind type you choose affect bind = SUPER, R, exec, hyprvoice toggle ``` -Each press toggles between recording and idle. If you run into issues with text injection (stuck keys, wrong characters), try `bindr` instead — it fires on key release so modifiers are guaranteed released before the command runs. +Each press toggles between recording and idle. ### Push-to-talk (hold-to-record)