-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.example.json
More file actions
53 lines (53 loc) · 1.07 KB
/
config.example.json
File metadata and controls
53 lines (53 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"schema_version": 1,
"profiles": {
"default": "fast",
"openclaw": "enhanced"
},
"dictionary": [
{
"term": "Codex",
"phrases": ["codex", "code x", "扣带思"],
"weight": 8,
"scope": "both",
"enabled": true
},
{
"term": "Claude Code",
"phrases": ["claude code", "cloud code"],
"weight": 7,
"scope": "openclaw",
"enabled": true
}
],
"bindings": {
"mouse.side_front.press": "toggle_recording",
"mouse.side_rear.press": "trigger_secondary_action",
"hotkey.record_toggle": "toggle_recording"
},
"transcriber": {
"backend": "funasr_onnx",
"model_name": "iic/SenseVoiceSmall",
"language": "auto"
},
"input": {
"front_button": "x1",
"rear_button": "x2",
"record_hotkey_keycodes": [42, 125, 193],
"gesture_trigger_button": "rear"
},
"output": {
"enter_mode": "enter",
"auto_paste": false
},
"openclaw": {
"command": "openclaw",
"agent": "main"
},
"startup": {
"prewarm_on_start": true
},
"logs": {
"level": "info"
}
}