-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
93 lines (93 loc) · 2.45 KB
/
settings.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "LazyVoice",
"description": "",
"version": "0.0.1",
"files_required": [
"settings_manager.py",
"speech_recognition.py"
],
"documentation": {
"url": "https://site"
},
"contributors": [
{
"name": "Guerby Naharro",
"email": "[email protected]"
},
{
"name": "Thibault Forret",
"email": "[email protected]"
},
{
"name": "Theo Semavoine",
"email": "[email protected]"
}
],
"dependencies": {
"pyaudio": "",
"dep2": "3.40",
"dep3": "6.7"
},
"user": {
"name": "Pseudo",
"email": "[email protected]",
"profil_picture": "C:/example.png ou https://example"
},
"app": {
"use_vocal": "Yes",
"active_keybinds": "Yes",
"default_interface-mode": "Yes",
"default_keywords": [
"ouvre",
"cherche",
"parametre"
],
"language": "fr-FR",
"adjust_noise": "on",
"default_searching_site": "google",
"default_directory": "C:/Users/nahar/Desktop",
"folders_to_search": [
"C:/user/desktop",
"D:/folder_example"
],
"run_in_background": "No",
"stop_auto": {
"condition": {
"batterie": "50%",
"app_on": [
"Valorant",
"Apex"
],
"command": "exit voice"
},
"on_shut": {
"minisize_app": "Yes",
"stop_macro": "Yes",
"stop_vocal": "Yes"
}
},
"keywords": {
"example": "ouvre Discord",
"other": "cherche tuto cuisine"
},
"keybinds_settings": [
"F1",
"F2",
"F3",
"F4",
"F5"
],
"keybinds_voc": {
"/commentary to see keyboard codes/": "https://www.oreilly.com/library/view/javascript-dhtml/9780596514082/apb.html",
"F1+Alt": "ouvre Discord",
"F2+H": "cherche tuto cuisine",
"F3+Crtl": "truc",
"F4+Maj": "autre",
"F5+Y+2": "command"
},
"preferences": {
"example1": "",
"example2": ""
}
}
}