Move push-to-talk to F9 to prevent clashes

This commit is contained in:
David Heinemeier Hansson
2026-05-04 15:33:17 +02:00
parent fe5a93c28c
commit 86a4e48942
+2 -2
View File
@@ -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')