docs: refer to the dictation key by its combo, not Copilot key
The Copilot key only exists on one laptop; the binding is the SUPER+SHIFT+F23 combo, which any keyboard can send. Name the combo and mention the Copilot key only as the thing that emits it.
This commit is contained in:
parent
3bc4156668
commit
41c9ef4609
3 changed files with 5 additions and 4 deletions
|
|
@ -110,7 +110,8 @@ You also need to install all the dependencies:
|
||||||
- pipewire-alsa (whisrs captures audio via raw ALSA; without it the default
|
- pipewire-alsa (whisrs captures audio via raw ALSA; without it the default
|
||||||
PCM is the headset-jack mic, which is silent when nothing is plugged in)
|
PCM is the headset-jack mic, which is silent when nothing is plugged in)
|
||||||
- a Vulkan driver for your GPU (vulkan-intel + vulkan-icd-loader on Arch)
|
- a Vulkan driver for your GPU (vulkan-intel + vulkan-icd-loader on Arch)
|
||||||
- whisrs (hold-to-talk voice dictation on the Copilot key; on Arch install
|
- whisrs (hold-to-talk voice dictation on SUPER+SHIFT+F23, which is what the
|
||||||
|
Copilot key on newer laptops sends; on Arch install
|
||||||
whisrs-git from the AUR). Rebuild it locally with -march=native and the
|
whisrs-git from the AUR). Rebuild it locally with -march=native and the
|
||||||
vulkan cargo feature, otherwise decoding is too slow; on this machine the
|
vulkan cargo feature, otherwise decoding is too slow; on this machine the
|
||||||
rebuild tooling lives in ~/Projects/whisrs-local-build
|
rebuild tooling lives in ~/Projects/whisrs-local-build
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,8 @@ hl.bind(P.mainMod .. " + ALT + TAB", hl.dsp.pass({ window = "class:^(com.obsproj
|
||||||
hl.bind("F1", hl.dsp.pass({ window = "class:^(com.obsproject.Studio)$" }))
|
hl.bind("F1", hl.dsp.pass({ window = "class:^(com.obsproject.Studio)$" }))
|
||||||
hl.bind("F2", hl.dsp.pass({ window = "class:^(com.obsproject.Studio)$" }))
|
hl.bind("F2", hl.dsp.pass({ window = "class:^(com.obsproject.Studio)$" }))
|
||||||
|
|
||||||
-- Copilot key (sends SUPER+SHIFT+F23): hold-to-talk voice dictation via whisrs
|
-- SUPER+SHIFT+F23 (the Copilot key emits this combo): hold-to-talk voice
|
||||||
-- press = start recording, release = stop and transcribe. The scripts check the
|
-- dictation via whisrs. The scripts check the
|
||||||
-- daemon state so stray toggles (key repeat, missed release) can't invert it.
|
-- daemon state so stray toggles (key repeat, missed release) can't invert it.
|
||||||
hl.bind("SUPER + SHIFT + F23", hl.dsp.exec_cmd("~/.config/hypr/scripts/whisrs-hold-start.sh"))
|
hl.bind("SUPER + SHIFT + F23", hl.dsp.exec_cmd("~/.config/hypr/scripts/whisrs-hold-start.sh"))
|
||||||
hl.bind("SUPER + SHIFT + F23", hl.dsp.exec_cmd("~/.config/hypr/scripts/whisrs-hold-stop.sh"), { release = true })
|
hl.bind("SUPER + SHIFT + F23", hl.dsp.exec_cmd("~/.config/hypr/scripts/whisrs-hold-stop.sh"), { release = true })
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
│ SUPER + T Open terminal │ │ SUPER + W Close focused window │
|
│ SUPER + T Open terminal │ │ SUPER + W Close focused window │
|
||||||
│ SUPER + B Open browser │ │ SUPER + M Exit Hyprland │
|
│ SUPER + B Open browser │ │ SUPER + M Exit Hyprland │
|
||||||
│ SUPER + E Open file manager │ │ SUPER + V Toggle floating │
|
│ SUPER + E Open file manager │ │ SUPER + V Toggle floating │
|
||||||
│ Copilot key Voice dictation │
|
│ SUPER + SHIFT + F23 Voice dictation │
|
||||||
└────────────────────────────────────────────────────┘ │ SUPER + P Pseudo split (dwindle) │
|
└────────────────────────────────────────────────────┘ │ SUPER + P Pseudo split (dwindle) │
|
||||||
┌───────────────── Focus Movement ───────────────────┐ │ SUPER + J Toggle split (dwindle) │
|
┌───────────────── Focus Movement ───────────────────┐ │ SUPER + J Toggle split (dwindle) │
|
||||||
│ SUPER + ←/→/↑/↓ Move focus │ │ SUPER + F Toggle fullscreen │
|
│ SUPER + ←/→/↑/↓ Move focus │ │ SUPER + F Toggle fullscreen │
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue