From 86a4e48942af6dcffd55455fb726a5be9de7595b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 4 May 2026 15:33:17 +0200 Subject: [PATCH] Move push-to-talk to F9 to prevent clashes --- default/hypr/bindings/utilities.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index d5f966f2..2b871c92 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -56,8 +56,8 @@ bindd = SUPER CTRL, T, Activity, exec, omarchy-launch-tui btop # Dictation bindd = SUPER CTRL, X, Toggle dictation, exec, voxtype record toggle -bindd = , F5, Start dictation (push-to-talk), exec, voxtype record start -binddr = , F5, Stop dictation (push-to-talk), exec, voxtype record stop +bindd = , F9, Start dictation (push-to-talk), exec, voxtype record start +binddr = , F9, Stop dictation (push-to-talk), exec, voxtype record stop # Zoom bindd = SUPER CTRL, Z, Zoom in, exec, hyprctl keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor -j | jq '.float + 1')