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:
Jeena 2026-09-15 09:11:39 +09:00
parent 3bc4156668
commit 41c9ef4609
3 changed files with 5 additions and 4 deletions

View file

@ -110,7 +110,8 @@ You also need to install all the dependencies:
- 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)
- 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
vulkan cargo feature, otherwise decoding is too slow; on this machine the
rebuild tooling lives in ~/Projects/whisrs-local-build