Revert "adding focus direction for gengrid"
[platform/upstream/elementary.git] / config / standard / base.src
1 group "Elm_Config" struct {
2   value "config_version" int: 65539;
3   value "engine" string: "software_x11";
4   value "vsync" uchar: 0;
5   value "thumbscroll_enable" uchar: 0;
6   value "thumbscroll_threshold" int: 4;
7   value "thumbscroll_hold_threshold" int: 4;
8   value "thumbscroll_momentum_threshold" double: 100.0;
9   value "thumbscroll_flick_distance_tolerance" int: 1000;
10   value "thumbscroll_friction" double: 1.0;
11   value "thumbscroll_min_friction" double: 1.0;
12   value "thumbscroll_friction_standard" double: 2000.0;
13   value "thumbscroll_bounce_friction" double: 0.5;
14   value "thumbscroll_bounce_enable" uchar: 0;
15   value "thumbscroll_acceleration_threshold" double: 500.0;
16   value "thumbscroll_acceleration_time_limit" double: 0.7;
17   value "thumbscroll_acceleration_weight" double: 1.5;
18   value "page_scroll_friction" double: 0.5;
19   value "bring_in_scroll_friction" double: 0.5;
20   value "zoom_friction" double: 0.5;
21   value "thumbscroll_border_friction" double: 0.5;
22   value "thumbscroll_sensitivity_friction" double: 0.25;
23   value "scroll_smooth_start_enable" uchar: 0;
24   value "scroll_smooth_time_interval" double: 0.0;
25   value "scroll_smooth_amount" double: 0.0;
26   value "scroll_smooth_history_weight" double: 0.1;
27   value "scroll_smooth_future_time" double: 0.0;
28   value "scroll_smooth_time_window" double: 0.01;
29   value "scale" double: 1.0;
30   value "bgpixmap" int: 0;
31   value "compositing" int: 1;
32   value "font_hinting" int: 2;
33   value "cache_flush_poll_interval" int: 512;
34   value "cache_flush_enable" uchar: 1;
35   value "image_cache" int: 4096;
36   value "font_cache" int: 512;
37   value "edje_cache" int: 32;
38   value "edje_collection_cache" int: 64;
39   value "finger_size" int: 10;
40   value "fps" double: 60.0;
41   value "theme" string: "default";
42   value "modules" string: "prefs>prefs_iface:access_output>access/api:datetime_input_ctxpopup>datetime/api";
43   value "tooltip_delay" double: 1.0;
44   value "cursor_engine_only" uchar: 1;
45   value "focus_highlight_enable" uchar: 0;
46   value "focus_highlight_animate" uchar: 0;
47   value "focus_highlight_clip_disable" uchar: 1;
48   value "focus_move_policy" uchar: 0;
49   value "toolbar_shrink_mode" int: 3;
50   value "fileselector_expand_enable" uchar: 1;
51   value "fileselector_double_tap_navigation_enable" uchar: 1;
52   value "inwin_dialogs_enable" uchar: 0;
53   value "icon_size" int: 32;
54   value "longpress_timeout" double: 1.0;
55   value "effect_enable" uchar: 1;
56   value "desktop_entry" uchar: 1;
57   value "password_show_last" uchar: 0;
58   value "password_show_last_timeout" double: 2.0;
59   value "glayer_zoom_finger_enable" uchar: 1;
60   value "glayer_zoom_finger_factor" double: 1.0;
61   value "glayer_zoom_wheel_factor" double: 0.05;
62   value "glayer_zoom_distance_tolerance" double: 1.0;
63   value "glayer_rotate_finger_enable" uchar: 1;
64   value "glayer_rotate_angular_tolerance" double: 2.0;
65   value "glayer_line_min_length" double: 1.0;
66   value "glayer_line_distance_tolerance" double: 3.0;
67   value "glayer_line_angular_tolerance" double: 20.0;
68   value "glayer_flick_time_limit_ms" uint: 120; /* ms to finish flick */
69   value "glayer_long_tap_start_timeout" double: 1.2; /* sec to start long-tap */
70   value "glayer_double_tap_timeout" double: 0.25; /* Timeout between two mouse dows when doing double click (and more). */
71   value "glayer_continues_enable" uchar: 1;          /* Continues gesture enabled */
72   value "week_start" int: 1;
73   value "weekend_start" int: 6;
74   value "weekend_len" int: 2;
75   value "year_min" int: 2;
76   value "year_max" int: 137;
77   value "softcursor_mode" uchar: 0;
78   value "auto_norender_withdrawn" uchar: 0;
79   value "auto_norender_iconified_same_as_withdrawn" uchar: 0;
80   value "auto_flush_withdrawn" uchar: 1;
81   value "auto_dump_withdrawn" uchar: 1;
82   value "auto_throttle" uchar: 0;
83   value "auto_throttle_amount" double: 0.0333333333;
84   value "magnifier_enable" uchar: 0;
85   value "magnifier_scale" double: 1.5;
86   value "audio_mute_effect" uchar: 0;
87   value "audio_mute_background" uchar: 0;
88   value "audio_mute_music" uchar: 0;
89   value "audio_mute_foreground" uchar: 0;
90   value "audio_mute_interface" uchar: 0;
91   value "audio_mute_input" uchar: 0;
92   value "audio_mute_alert" uchar: 0;
93   value "audio_mute_all" uchar: 0;
94   group "color_palette" list {
95      group "Elm_Custom_Palette" struct {
96         value "palette_name" string: "default";
97         group "color_list" list {
98            group "Elm_Color_RGBA" struct {
99               value "r" uint: 255;
100               value "g" uint: 0;
101               value "b" uint: 0;
102               value "a" uint: 255;
103            }
104            group "Elm_Color_RGBA" struct {
105               value "r" uint: 0;
106               value "g" uint: 255;
107               value "b" uint: 0;
108               value "a" uint: 255;
109            }
110            group "Elm_Color_RGBA" struct {
111               value "r" uint: 0;
112               value "g" uint: 0;
113               value "b" uint: 255;
114               value "a" uint: 255;
115            }
116            group "Elm_Color_RGBA" struct {
117               value "r" uint: 255;
118               value "g" uint: 255;
119               value "b" uint: 0;
120               value "a" uint: 255;
121            }
122            group "Elm_Color_RGBA" struct {
123               value "r" uint: 0;
124               value "g" uint: 255;
125               value "b" uint: 255;
126               value "a" uint: 255;
127            }
128            group "Elm_Color_RGBA" struct {
129               value "r" uint: 255;
130               value "g" uint: 0;
131               value "b" uint: 255;
132               value "a" uint: 255;
133            }
134            group "Elm_Color_RGBA" struct {
135               value "r" uint: 255;
136               value "g" uint: 90;
137               value "b" uint: 0;
138               value "a" uint: 255;
139            }
140            group "Elm_Color_RGBA" struct {
141               value "r" uint: 255;
142               value "g" uint: 180;
143               value "b" uint: 0;
144               value "a" uint: 255;
145            }
146            group "Elm_Color_RGBA" struct {
147               value "r" uint: 92;
148               value "g" uint: 142;
149               value "b" uint: 151;
150               value "a" uint: 255;
151            }
152            group "Elm_Color_RGBA" struct {
153               value "r" uint: 41;
154               value "g" uint: 68;
155               value "b" uint: 59;
156               value "a" uint: 255;
157            }
158            group "Elm_Color_RGBA" struct {
159               value "r" uint: 41;
160               value "g" uint: 46;
161               value "b" uint: 68;
162               value "a" uint: 255;
163            }
164            group "Elm_Color_RGBA" struct {
165               value "r" uint: 68;
166               value "g" uint: 40;
167               value "b" uint: 55;
168               value "a" uint: 255;
169            }
170         }
171      }
172      group "Elm_Custom_Palette" struct {
173         value "palette_name" string: "painting";
174         group "color_list" list {
175            group "Elm_Color_RGBA" struct {
176               value "r" uint: 255;
177               value "g" uint: 90;
178               value "b" uint: 18;
179               value "a" uint: 255;
180            }
181            group "Elm_Color_RGBA" struct {
182               value "r" uint: 255;
183               value "g" uint: 213;
184               value "b" uint: 0;
185               value "a" uint: 255;
186            }
187            group "Elm_Color_RGBA" struct {
188               value "r" uint: 146;
189               value "g" uint: 255;
190               value "b" uint: 11;
191               value "a" uint: 255;
192            }
193            group "Elm_Color_RGBA" struct {
194               value "r" uint: 9;
195               value "g" uint: 186;
196               value "b" uint: 10;
197               value "a" uint: 255;
198            }
199            group "Elm_Color_RGBA" struct {
200               value "r" uint: 86;
201               value "g" uint: 201;
202               value "b" uint: 242;
203               value "a" uint: 255;
204            }
205            group "Elm_Color_RGBA" struct {
206               value "r" uint: 18;
207               value "g" uint: 83;
208               value "b" uint: 128;
209               value "a" uint: 255;
210            }
211            group "Elm_Color_RGBA" struct {
212               value "r" uint: 140;
213               value "g" uint: 53;
214               value "b" uint: 238;
215               value "a" uint: 255;
216            }
217            group "Elm_Color_RGBA" struct {
218               value "r" uint: 255;
219               value "g" uint: 145;
220               value "b" uint: 145;
221               value "a" uint: 255;
222            }
223            group "Elm_Color_RGBA" struct {
224               value "r" uint: 255;
225               value "g" uint: 59;
226               value "b" uint: 119;
227               value "a" uint: 255;
228            }
229            group "Elm_Color_RGBA" struct {
230               value "r" uint: 133;
231               value "g" uint: 100;
232               value "b" uint: 69;
233               value "a" uint: 255;
234            }
235            group "Elm_Color_RGBA" struct {
236               value "r" uint: 255;
237               value "g" uint: 255;
238               value "b" uint: 119;
239               value "a" uint: 255;
240            }
241            group "Elm_Color_RGBA" struct {
242               value "r" uint: 133;
243               value "g" uint: 100;
244               value "b" uint: 255;
245               value "a" uint: 255;
246            }
247         }
248      }
249   }
250   group "bindings" list {
251      group "Elm_Config_Bindings_Widget" struct {
252         value "name" string: "Elm_Button";
253         group "key_bindings" list {
254            group "Elm_Config_Binding_Key" struct {
255               value "context" int: 0;
256               value "modifiers" string: "None";
257               value "key" string: "Return";
258               value "action" string: "activate";
259               value "params" string: "";
260               value "any_mod" uchar: 1;
261               value "no_string" uchar: 0;
262            }
263            group "Elm_Config_Binding_Key" struct {
264               value "context" int: 0;
265               value "modifiers" string: "None";
266               value "key" string: "KP_Enter";
267               value "action" string: "activate";
268               value "params" string: "";
269               value "any_mod" uchar: 1;
270               value "no_string" uchar: 0;
271            }
272            group "Elm_Config_Binding_Key" struct {
273               value "context" int: 0;
274               value "modifiers" string: "None";
275               value "key" string: "space";
276               value "action" string: "activate";
277               value "params" string: "";
278               value "any_mod" uchar: 1;
279               value "no_string" uchar: 0;
280            }
281         }
282      }
283      group "Elm_Config_Bindings_Widget" struct {
284         value "name" string: "Elm_Panel";
285         group "key_bindings" list {
286            group "Elm_Config_Binding_Key" struct {
287               value "context" int: 0;
288               value "modifiers" string: "None";
289               value "key" string: "Return";
290               value "action" string: "toggle";
291               value "params" string: "";
292               value "any_mod" uchar: 1;
293               value "no_string" uchar: 0;
294            }
295            group "Elm_Config_Binding_Key" struct {
296               value "context" int: 0;
297               value "modifiers" string: "None";
298               value "key" string: "KP_Enter";
299               value "action" string: "toggle";
300               value "params" string: "";
301               value "any_mod" uchar: 1;
302               value "no_string" uchar: 0;
303            }
304            group "Elm_Config_Binding_Key" struct {
305               value "context" int: 0;
306               value "modifiers" string: "None";
307               value "key" string: "space";
308               value "action" string: "toggle";
309               value "params" string: "";
310               value "any_mod" uchar: 1;
311               value "no_string" uchar: 0;
312            }
313         }
314      }
315   }
316 }