a4170355d2cb6a440b53ac926fce64203cfe9531
[platform/upstream/elementary.git] / config / default / 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: 1;
6   value "thumbscroll_threshold" int: 24;
7   value "thumbscroll_hold_threshold" int: 24;
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: 1;
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: 40;
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: 0;
48   value "item_select_on_focus_disable" uchar: 0;
49   value "focus_move_policy" uchar: 0;
50   value "toolbar_shrink_mode" int: 3;
51   value "fileselector_expand_enable" uchar: 0;
52   value "inwin_dialogs_enable" uchar: 1;
53   value "icon_size" int: 32;
54   value "longpress_timeout" double: 1.0;
55   value "effect_enable" uchar: 1;
56   value "desktop_entry" uchar: 0;
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: 0;
81   value "auto_dump_withdrawn" uchar: 0;
82   value "auto_throttle" uchar: 0;
83   value "auto_throttle_amount" double: 0.1;
84   value "magnifier_enable" uchar: 1;
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 "key" string: "Return";
257               value "action" string: "activate";
258               value "params" string: "";
259            }
260            group "Elm_Config_Binding_Key" struct {
261               value "context" int: 0;
262               value "key" string: "KP_Enter";
263               value "action" string: "activate";
264               value "params" string: "";
265            }
266            group "Elm_Config_Binding_Key" struct {
267               value "context" int: 0;
268               value "key" string: "space";
269               value "action" string: "activate";
270               value "params" string: "";
271            }
272         }
273      }
274      group "Elm_Config_Bindings_Widget" struct {
275         value "name" string: "Elm_Calendar";
276         group "key_bindings" list {
277            group "Elm_Config_Binding_Key" struct {
278               value "context" int: 0;
279               value "key" string: "Prior";
280               value "action" string: "move";
281               value "params" string: "prior";
282            }
283            group "Elm_Config_Binding_Key" struct {
284               value "context" int: 0;
285               value "key" string: "KP_Prior";
286               value "action" string: "move";
287               value "params" string: "prior";
288            }
289            group "Elm_Config_Binding_Key" struct {
290               value "context" int: 0;
291               value "key" string: "Next";
292               value "action" string: "move";
293               value "params" string: "next";
294            }
295            group "Elm_Config_Binding_Key" struct {
296               value "context" int: 0;
297               value "key" string: "KP_Next";
298               value "action" string: "move";
299               value "params" string: "next";
300            }
301            group "Elm_Config_Binding_Key" struct {
302               value "context" int: 0;
303               value "key" string: "Left";
304               value "action" string: "move";
305               value "params" string: "left";
306            }
307            group "Elm_Config_Binding_Key" struct {
308               value "context" int: 0;
309               value "key" string: "KP_Left";
310               value "action" string: "move";
311               value "params" string: "left";
312            }
313            group "Elm_Config_Binding_Key" struct {
314               value "context" int: 0;
315               value "key" string: "Right";
316               value "action" string: "move";
317               value "params" string: "right";
318            }
319            group "Elm_Config_Binding_Key" struct {
320               value "context" int: 0;
321               value "key" string: "KP_Right";
322               value "action" string: "move";
323               value "params" string: "right";
324            }
325            group "Elm_Config_Binding_Key" struct {
326               value "context" int: 0;
327               value "key" string: "Up";
328               value "action" string: "move";
329               value "params" string: "up";
330            }
331            group "Elm_Config_Binding_Key" struct {
332               value "context" int: 0;
333               value "key" string: "KP_Up";
334               value "action" string: "move";
335               value "params" string: "up";
336            }
337            group "Elm_Config_Binding_Key" struct {
338               value "context" int: 0;
339               value "key" string: "Down";
340               value "action" string: "move";
341               value "params" string: "down";
342            }
343            group "Elm_Config_Binding_Key" struct {
344               value "context" int: 0;
345               value "key" string: "KP_Down";
346               value "action" string: "move";
347               value "params" string: "down";
348            }
349         }
350      }
351      group "Elm_Config_Bindings_Widget" struct {
352         value "name" string: "Elm_Check";
353         group "key_bindings" list {
354            group "Elm_Config_Binding_Key" struct {
355               value "context" int: 0;
356               value "key" string: "Return";
357               value "action" string: "activate";
358               value "params" string: "";
359            }
360            group "Elm_Config_Binding_Key" struct {
361               value "context" int: 0;
362               value "key" string: "KP_Enter";
363               value "action" string: "activate";
364               value "params" string: "";
365            }
366            group "Elm_Config_Binding_Key" struct {
367               value "context" int: 0;
368               value "key" string: "space";
369               value "action" string: "activate";
370               value "params" string: "";
371            }
372         }
373      }
374      group "Elm_Config_Bindings_Widget" struct {
375         value "name" string: "Elm_Colorselector";
376         group "key_bindings" list {
377            group "Elm_Config_Binding_Key" struct {
378               value "context" int: 0;
379               value "key" string: "Left";
380               value "action" string: "move";
381               value "params" string: "left";
382            }
383            group "Elm_Config_Binding_Key" struct {
384               value "context" int: 0;
385               value "key" string: "KP_Left";
386               value "action" string: "move";
387               value "params" string: "left";
388            }
389            group "Elm_Config_Binding_Key" struct {
390               value "context" int: 0;
391               value "key" string: "Right";
392               value "action" string: "move";
393               value "params" string: "right";
394            }
395            group "Elm_Config_Binding_Key" struct {
396               value "context" int: 0;
397               value "key" string: "KP_Right";
398               value "action" string: "move";
399               value "params" string: "right";
400            }
401            group "Elm_Config_Binding_Key" struct {
402               value "context" int: 0;
403               value "key" string: "Up";
404               value "action" string: "move";
405               value "params" string: "up";
406            }
407            group "Elm_Config_Binding_Key" struct {
408               value "context" int: 0;
409               value "key" string: "KP_Up";
410               value "action" string: "move";
411               value "params" string: "up";
412            }
413            group "Elm_Config_Binding_Key" struct {
414               value "context" int: 0;
415               value "key" string: "Down";
416               value "action" string: "move";
417               value "params" string: "down";
418            }
419            group "Elm_Config_Binding_Key" struct {
420               value "context" int: 0;
421               value "key" string: "KP_Down";
422               value "action" string: "move";
423               value "params" string: "down";
424            }
425         }
426      }
427      group "Elm_Config_Bindings_Widget" struct {
428         value "name" string: "Elm_Diskselector";
429         group "key_bindings" list {
430            group "Elm_Config_Binding_Key" struct {
431               value "context" int: 0;
432               value "key" string: "Left";
433               value "action" string: "move";
434               value "params" string: "prev";
435            }
436            group "Elm_Config_Binding_Key" struct {
437               value "context" int: 0;
438               value "key" string: "KP_Left";
439               value "action" string: "move";
440               value "params" string: "prev";
441            }
442            group "Elm_Config_Binding_Key" struct {
443               value "context" int: 0;
444               value "key" string: "Up";
445               value "action" string: "move";
446               value "params" string: "prev";
447            }
448            group "Elm_Config_Binding_Key" struct {
449               value "context" int: 0;
450               value "key" string: "KP_Up";
451               value "action" string: "move";
452               value "params" string: "prev";
453            }
454            group "Elm_Config_Binding_Key" struct {
455               value "context" int: 0;
456               value "key" string: "Right";
457               value "action" string: "move";
458               value "params" string: "next";
459            }
460            group "Elm_Config_Binding_Key" struct {
461               value "context" int: 0;
462               value "key" string: "KP_Right";
463               value "action" string: "move";
464               value "params" string: "next";
465            }
466            group "Elm_Config_Binding_Key" struct {
467               value "context" int: 0;
468               value "key" string: "Down";
469               value "action" string: "move";
470               value "params" string: "next";
471            }
472            group "Elm_Config_Binding_Key" struct {
473               value "context" int: 0;
474               value "key" string: "KP_Down";
475               value "action" string: "move";
476               value "params" string: "next";
477            }
478            group "Elm_Config_Binding_Key" struct {
479               value "context" int: 0;
480               value "key" string: "Home";
481               value "action" string: "move";
482               value "params" string: "first";
483            }
484            group "Elm_Config_Binding_Key" struct {
485               value "context" int: 0;
486               value "key" string: "KP_Home";
487               value "action" string: "move";
488               value "params" string: "first";
489            }
490            group "Elm_Config_Binding_Key" struct {
491               value "context" int: 0;
492               value "key" string: "End";
493               value "action" string: "move";
494               value "params" string: "last";
495            }
496            group "Elm_Config_Binding_Key" struct {
497               value "context" int: 0;
498               value "key" string: "KP_End";
499               value "action" string: "move";
500               value "params" string: "last";
501            }
502         }
503      }
504      group "Elm_Config_Bindings_Widget" struct {
505         value "name" string: "Elm_List";
506         group "key_bindings" list {
507            group "Elm_Config_Binding_Key" struct {
508               value "context" int: 0;
509               value "key" string: "Left";
510               value "action" string: "move";
511               value "params" string: "left";
512               group "modifiers" list {
513                  group "Elm_Config_Binding_Modifier" struct {
514                     value "mod" string: "Shift";
515                     value "flag" uchar: 0;
516                  }
517               }
518            }
519            group "Elm_Config_Binding_Key" struct {
520               value "context" int: 0;
521               value "key" string: "Left";
522               value "action" string: "move";
523               value "params" string: "left_multi";
524               group "modifiers" list {
525                  group "Elm_Config_Binding_Modifier" struct {
526                     value "mod" string: "Shift";
527                     value "flag" uchar: 1;
528                  }
529               }
530            }
531            group "Elm_Config_Binding_Key" struct {
532               value "context" int: 0;
533               value "key" string: "KP_Left";
534               value "action" string: "move";
535               value "params" string: "left";
536               group "modifiers" list {
537                  group "Elm_Config_Binding_Modifier" struct {
538                     value "mod" string: "Shift";
539                     value "flag" uchar: 0;
540                  }
541               }
542            }
543            group "Elm_Config_Binding_Key" struct {
544               value "context" int: 0;
545               value "key" string: "KP_Left";
546               value "action" string: "move";
547               value "params" string: "left_multi";
548               group "modifiers" list {
549                  group "Elm_Config_Binding_Modifier" struct {
550                     value "mod" string: "Shift";
551                     value "flag" uchar: 1;
552                  }
553               }
554            }
555            group "Elm_Config_Binding_Key" struct {
556               value "context" int: 0;
557               value "key" string: "Right";
558               value "action" string: "move";
559               value "params" string: "right";
560               group "modifiers" list {
561                  group "Elm_Config_Binding_Modifier" struct {
562                     value "mod" string: "Shift";
563                     value "flag" uchar: 0;
564                  }
565               }
566            }
567            group "Elm_Config_Binding_Key" struct {
568               value "context" int: 0;
569               value "key" string: "Right";
570               value "action" string: "move";
571               value "params" string: "right_multi";
572               group "modifiers" list {
573                  group "Elm_Config_Binding_Modifier" struct {
574                     value "mod" string: "Shift";
575                     value "flag" uchar: 1;
576                  }
577               }
578            }
579            group "Elm_Config_Binding_Key" struct {
580               value "context" int: 0;
581               value "key" string: "KP_Right";
582               value "action" string: "move";
583               value "params" string: "right";
584               group "modifiers" list {
585                  group "Elm_Config_Binding_Modifier" struct {
586                     value "mod" string: "Shift";
587                     value "flag" uchar: 0;
588                  }
589               }
590            }
591            group "Elm_Config_Binding_Key" struct {
592               value "context" int: 0;
593               value "key" string: "KP_Right";
594               value "action" string: "move";
595               value "params" string: "right_multi";
596               group "modifiers" list {
597                  group "Elm_Config_Binding_Modifier" struct {
598                     value "mod" string: "Shift";
599                     value "flag" uchar: 1;
600                  }
601               }
602            }
603            group "Elm_Config_Binding_Key" struct {
604               value "context" int: 0;
605               value "key" string: "Up";
606               value "action" string: "move";
607               value "params" string: "up";
608               group "modifiers" list {
609                  group "Elm_Config_Binding_Modifier" struct {
610                     value "mod" string: "Shift";
611                     value "flag" uchar: 0;
612                  }
613               }
614            }
615            group "Elm_Config_Binding_Key" struct {
616               value "context" int: 0;
617               value "key" string: "Up";
618               value "action" string: "move";
619               value "params" string: "up_multi";
620               group "modifiers" list {
621                  group "Elm_Config_Binding_Modifier" struct {
622                     value "mod" string: "Shift";
623                     value "flag" uchar: 1;
624                  }
625               }
626            }
627            group "Elm_Config_Binding_Key" struct {
628               value "context" int: 0;
629               value "key" string: "KP_Up";
630               value "action" string: "move";
631               value "params" string: "up";
632               group "modifiers" list {
633                  group "Elm_Config_Binding_Modifier" struct {
634                     value "mod" string: "Shift";
635                     value "flag" uchar: 0;
636                  }
637               }
638            }
639            group "Elm_Config_Binding_Key" struct {
640               value "context" int: 0;
641               value "key" string: "KP_Up";
642               value "action" string: "move";
643               value "params" string: "up_multi";
644               group "modifiers" list {
645                  group "Elm_Config_Binding_Modifier" struct {
646                     value "mod" string: "Shift";
647                     value "flag" uchar: 1;
648                  }
649               }
650            }
651            group "Elm_Config_Binding_Key" struct {
652               value "context" int: 0;
653               value "key" string: "Down";
654               value "action" string: "move";
655               value "params" string: "down";
656               group "modifiers" list {
657                  group "Elm_Config_Binding_Modifier" struct {
658                     value "mod" string: "Shift";
659                     value "flag" uchar: 0;
660                  }
661               }
662            }
663            group "Elm_Config_Binding_Key" struct {
664               value "context" int: 0;
665               value "key" string: "Down";
666               value "action" string: "move";
667               value "params" string: "down_multi";
668               group "modifiers" list {
669                  group "Elm_Config_Binding_Modifier" struct {
670                     value "mod" string: "Shift";
671                     value "flag" uchar: 1;
672                  }
673               }
674            }
675            group "Elm_Config_Binding_Key" struct {
676               value "context" int: 0;
677               value "key" string: "KP_Down";
678               value "action" string: "move";
679               value "params" string: "down";
680               group "modifiers" list {
681                  group "Elm_Config_Binding_Modifier" struct {
682                     value "mod" string: "Shift";
683                     value "flag" uchar: 0;
684                  }
685               }
686            }
687            group "Elm_Config_Binding_Key" struct {
688               value "context" int: 0;
689               value "key" string: "KP_Down";
690               value "action" string: "move";
691               value "params" string: "down_multi";
692               group "modifiers" list {
693                  group "Elm_Config_Binding_Modifier" struct {
694                     value "mod" string: "Shift";
695                     value "flag" uchar: 1;
696                  }
697               }
698            }
699            group "Elm_Config_Binding_Key" struct {
700               value "context" int: 0;
701               value "key" string: "Prior";
702               value "action" string: "move";
703               value "params" string: "prior";
704            }
705            group "Elm_Config_Binding_Key" struct {
706               value "context" int: 0;
707               value "key" string: "KP_Prior";
708               value "action" string: "move";
709               value "params" string: "prior";
710            }
711            group "Elm_Config_Binding_Key" struct {
712               value "context" int: 0;
713               value "key" string: "Next";
714               value "action" string: "move";
715               value "params" string: "next";
716            }
717            group "Elm_Config_Binding_Key" struct {
718               value "context" int: 0;
719               value "key" string: "KP_Next";
720               value "action" string: "move";
721               value "params" string: "next";
722            }
723            group "Elm_Config_Binding_Key" struct {
724               value "context" int: 0;
725               value "key" string: "Home";
726               value "action" string: "move";
727               value "params" string: "first";
728            }
729            group "Elm_Config_Binding_Key" struct {
730               value "context" int: 0;
731               value "key" string: "KP_Home";
732               value "action" string: "move";
733               value "params" string: "first";
734            }
735            group "Elm_Config_Binding_Key" struct {
736               value "context" int: 0;
737               value "key" string: "End";
738               value "action" string: "move";
739               value "params" string: "last";
740            }
741            group "Elm_Config_Binding_Key" struct {
742               value "context" int: 0;
743               value "key" string: "KP_End";
744               value "action" string: "move";
745               value "params" string: "last";
746            }
747            group "Elm_Config_Binding_Key" struct {
748               value "context" int: 0;
749               value "key" string: "Return";
750               value "action" string: "select";
751               value "params" string: "";
752            }
753            group "Elm_Config_Binding_Key" struct {
754               value "context" int: 0;
755               value "key" string: "KP_Enter";
756               value "action" string: "select";
757               value "params" string: "";
758            }
759            group "Elm_Config_Binding_Key" struct {
760               value "context" int: 0;
761               value "key" string: "space";
762               value "action" string: "select";
763               value "params" string: "";
764            }
765            group "Elm_Config_Binding_Key" struct {
766               value "context" int: 0;
767               value "key" string: "Escape";
768               value "action" string: "escape";
769               value "params" string: "";
770            }
771         }
772      }
773      group "Elm_Config_Bindings_Widget" struct {
774         value "name" string: "Elm_Panel";
775         group "key_bindings" list {
776            group "Elm_Config_Binding_Key" struct {
777               value "context" int: 0;
778               value "key" string: "Return";
779               value "action" string: "toggle";
780               value "params" string: "";
781            }
782            group "Elm_Config_Binding_Key" struct {
783               value "context" int: 0;
784               value "key" string: "KP_Enter";
785               value "action" string: "toggle";
786               value "params" string: "";
787            }
788            group "Elm_Config_Binding_Key" struct {
789               value "context" int: 0;
790               value "key" string: "space";
791               value "action" string: "toggle";
792               value "params" string: "";
793            }
794         }
795      }
796      group "Elm_Config_Bindings_Widget" struct {
797         value "name" string: "Elc_Naviframe";
798         group "key_bindings" list {
799            group "Elm_Config_Binding_Key" struct {
800               value "context" int: 0;
801               value "key" string: "BackSpace";
802               value "action" string: "top_item_get";
803               value "params" string: "";
804            }
805         }
806      }
807      group "Elm_Config_Bindings_Widget" struct {
808         value "name" string: "Elm_Scroller";
809         group "key_bindings" list {
810            group "Elm_Config_Binding_Key" struct {
811               value "context" int: 0;
812               value "key" string: "Left";
813               value "action" string: "move";
814               value "params" string: "left";
815            }
816            group "Elm_Config_Binding_Key" struct {
817               value "context" int: 0;
818               value "key" string: "KP_Left";
819               value "action" string: "move";
820               value "params" string: "left";
821            }
822            group "Elm_Config_Binding_Key" struct {
823               value "context" int: 0;
824               value "key" string: "Right";
825               value "action" string: "move";
826               value "params" string: "right";
827            }
828            group "Elm_Config_Binding_Key" struct {
829               value "context" int: 0;
830               value "key" string: "KP_Right";
831               value "action" string: "move";
832               value "params" string: "right";
833            }
834            group "Elm_Config_Binding_Key" struct {
835               value "context" int: 0;
836               value "key" string: "Up";
837               value "action" string: "move";
838               value "params" string: "up";
839            }
840            group "Elm_Config_Binding_Key" struct {
841               value "context" int: 0;
842               value "key" string: "KP_Up";
843               value "action" string: "move";
844               value "params" string: "up";
845            }
846            group "Elm_Config_Binding_Key" struct {
847               value "context" int: 0;
848               value "key" string: "Down";
849               value "action" string: "move";
850               value "params" string: "down";
851            }
852            group "Elm_Config_Binding_Key" struct {
853               value "context" int: 0;
854               value "key" string: "KP_Down";
855               value "action" string: "move";
856               value "params" string: "down";
857            }
858            group "Elm_Config_Binding_Key" struct {
859               value "context" int: 0;
860               value "key" string: "Home";
861               value "action" string: "move";
862               value "params" string: "first";
863            }
864            group "Elm_Config_Binding_Key" struct {
865               value "context" int: 0;
866               value "key" string: "KP_Home";
867               value "action" string: "move";
868               value "params" string: "first";
869            }
870            group "Elm_Config_Binding_Key" struct {
871               value "context" int: 0;
872               value "key" string: "End";
873               value "action" string: "move";
874               value "params" string: "last";
875            }
876            group "Elm_Config_Binding_Key" struct {
877               value "context" int: 0;
878               value "key" string: "KP_End";
879               value "action" string: "move";
880               value "params" string: "last";
881            }
882            group "Elm_Config_Binding_Key" struct {
883               value "context" int: 0;
884               value "key" string: "Prior";
885               value "action" string: "move";
886               value "params" string: "prior";
887            }
888            group "Elm_Config_Binding_Key" struct {
889               value "context" int: 0;
890               value "key" string: "KP_Prior";
891               value "action" string: "move";
892               value "params" string: "prior";
893            }
894            group "Elm_Config_Binding_Key" struct {
895               value "context" int: 0;
896               value "key" string: "Next";
897               value "action" string: "move";
898               value "params" string: "next";
899            }
900            group "Elm_Config_Binding_Key" struct {
901               value "context" int: 0;
902               value "key" string: "KP_Next";
903               value "action" string: "move";
904               value "params" string: "next";
905            }
906         }
907      }
908   }
909 }