Validate hotkeys and support Super alias
This commit is contained in:
parent
2cbc1a98b9
commit
3bc473262d
6 changed files with 138 additions and 34 deletions
|
|
@ -63,7 +63,7 @@ uv sync --extra x11
|
|||
|
||||
## Config
|
||||
|
||||
Create `~/.config/aman/config.json`:
|
||||
Create `~/.config/aman/config.json` (or let `aman` create it automatically on first start if missing):
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
@ -88,6 +88,11 @@ Create `~/.config/aman/config.json`:
|
|||
Recording input can be a device index (preferred) or a substring of the device
|
||||
name.
|
||||
|
||||
Hotkey notes:
|
||||
|
||||
- Use one key plus optional modifiers (for example `Cmd+m`, `Super+m`, `Ctrl+space`).
|
||||
- `Super` and `Cmd` are equivalent aliases for the same modifier.
|
||||
|
||||
AI cleanup is always enabled and uses the locked local Llama-3.2-3B GGUF model
|
||||
downloaded to `~/.cache/aman/models/` during daemon initialization.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue