Only bind F9 to Voxtype if installed (#5882) (#5897)

This commit is contained in:
Pavel Kadera
2026-05-21 06:48:20 +02:00
committed by GitHub
parent ed93a047ee
commit b911a6f8ba
5 changed files with 10 additions and 4 deletions
-4
View File
@@ -57,10 +57,6 @@ o.bind("SUPER + CTRL + B", "Bluetooth controls", { omarchy = "bluetooth" })
o.bind("SUPER + CTRL + W", "Wifi controls", { omarchy = "wifi" })
o.bind("SUPER + CTRL + T", "Activity", { tui = "btop" })
o.bind("SUPER + CTRL + X", "Toggle dictation", "voxtype record toggle")
o.bind("F9", "Start dictation (push-to-talk)", "voxtype record start")
o.bind("F9", "Stop dictation (push-to-talk)", "voxtype record stop", { release = true })
o.bind("SUPER + CTRL + Z", "Zoom in", function()
local zoom = hl.get_config("cursor.zoom_factor") or 1
hl.config({ cursor = { zoom_factor = zoom + 1 } })