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