From 91470cb31f13df485aaf76d5a00f5d4948562ea1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 20 Feb 2026 22:08:49 +0100 Subject: [PATCH] Switch from push-to-talk to toggle Works around the fact that push to talk is just inconsistent regarding the precise timing of letting go of buttons. Closes #4178 --- default/hypr/bindings/utilities.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index f9128e08..1c88e25a 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -58,8 +58,7 @@ bindd = SUPER CTRL, W, Wifi controls, exec, omarchy-launch-wifi bindd = SUPER CTRL, T, Activity, exec, omarchy-launch-tui btop # Dictation -bindd = SUPER CTRL, X, Start dictation, exec, voxtype record start -binddr = SUPER CTRL, X, Stop dictation, exec, voxtype record stop +bindd = SUPER CTRL, X, Toggle dictation, exec, voxtype record toggle # Zoom bindd = SUPER CTRL, Z, Zoom in, exec, hyprctl keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor -j | jq '.float + 1')