-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.json
executable file
·34 lines (34 loc) · 1.09 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
{
"check_auto_complete": false,
"check_auto_launche": true,
"check_auto_update": true,
"check_frameless": true,
"check_history_storage": false,
"check_hor_pattern": false,
"check_round": true,
"check_shadow": false,
"check_show_left_icon": true,
"check_show_right_icon": true,
"key_clear_line_text": "Ctrl+W",
"key_clear_split_line_text": "Ctrl+B",
"key_extend_height": "Ctrl+H, Ctrl+=",
"key_extend_width": "Ctrl+W, Ctrl+=",
"key_focus_line_search": "Ctrl+F",
"key_open_settings": "F1",
"key_quit_app": "Ctrl+Q",
"key_resize_to_larg": "Ctrl+Alt+=",
"key_resize_to_small": "Ctrl+Alt+-",
"key_select_split_line_text": "Ctrl+L",
"key_toggle_window": "Alt+Space",
"key_zoomout_height": "Ctrl+H, Ctrl+-",
"key_zoomout_width": "Ctrl+W, Ctrl+-",
"placeholder_text": "The Boss Baby - Go...",
"start_up_text": "",
"theme": "",
"window_height": 319,
"window_max_extend": 670,
"window_min_extend": 58,
"window_opacity": 1,
"window_width": 720,
"window_style": "Breeze"
}