-
Notifications
You must be signed in to change notification settings - Fork 0
/
kicad_common.json
74 lines (73 loc) · 1.72 KB
/
kicad_common.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
{
"appearance": {
"apply_icon_scale_to_fonts": false,
"icon_scale": -1,
"icon_theme": 2,
"text_editor_zoom": 0,
"use_icons_in_menus": true
},
"auto_backup": {
"backup_on_autosave": false,
"enabled": true,
"limit_daily_files": 5,
"limit_total_files": 25,
"limit_total_size": 104857600,
"min_interval": 300
},
"do_not_show_again": {
"env_var_overwrite_warning": true,
"scaled_3d_models_warning": true,
"zone_fill_warning": true
},
"environment": {
"vars": {
"KICAD6_3DMODEL_DIR" : "/usr/share/kicad/3dmodels/",
"KICAD6_FOOTPRINT_DIR": "/usr/share/kicad/footprints/",
"KICAD6_SYMBOL_DIR": "/usr/share/kicad/symbols/",
"KICAD6_TEMPLATE_DIR" :"/usr/share/kicad/template/"
}
},
"graphics": {
"cairo_antialiasing_mode": 0,
"opengl_antialiasing_mode": 0
},
"input": {
"auto_pan": false,
"auto_pan_acceleration": 5,
"center_on_zoom": true,
"horizontal_pan": false,
"immediate_actions": true,
"mouse_left": -1,
"mouse_middle": 2,
"mouse_right": 2,
"scroll_modifier_pan_h": 308,
"scroll_modifier_pan_v": 306,
"scroll_modifier_zoom": 0,
"warp_mouse_on_move": true,
"zoom_acceleration": false,
"zoom_speed": 1,
"zoom_speed_auto": true
},
"meta": {
"version": 2
},
"netclass_panel": {
"sash_pos": 160
},
"package_manager": {
"sash_pos": 453
},
"session": {
"remember_open_files": false
},
"system": {
"autosave_interval": 600,
"clear_3d_cache_interval": 30,
"file_history_size": 9,
"language": "Default",
"pdf_viewer_name": "",
"text_editor": "/usr/bin/nano",
"use_system_pdf_viewer": true,
"working_dir": "/home/fdsoftware"
}
}