1{
2  Panel = {
3    Menu = {
4/* Info: Menu */
5      Info = _("Menu");
6      Icon = "menu.xpm";
7      Type = SINGLE;
8      };
9    Appearance = {
10/* Info: Appearance */
11      Info = _("Appearance");
12      Icon = "appearance.xpm";
13      Type = {
14        Workspace = {
15/* Info: Workspace */
16          Info = _("Workspace");
17	  Icon = "workspace.xpm";
18          Type = SINGLE;
19	  };
20        Tiles = {
21/* Info: Tiles */
22          Info = _("Tiles");
23	  Icon = "tiles.xpm";
24          Type = {
25            Icons = {
26/* Info: Icons */
27              Info = _("Dock and Clip");
28              Type = SINGLE;
29              };
30            Miniwindows = {
31/* Info: Miniwindows */
32              Info = _("Miniwindows");
33              Type = SINGLE;
34            };
35          };
36        };
37        Windows = {
38/* Info: Windows */
39          Info = _("Windows");
40	  Icon = "titlebar.xpm";
41          Type = {
42            Focused = {
43/* Info: Focused */
44              Info = _("Focused titlebar");
45              Type = SINGLE;
46            };
47            Unfocused = {
48/* Info: Unfocused */
49              Info = _("Unfocused titlebar");
50              Type = SINGLE;
51            };
52            Parent = {
53/* Info: Parent */
54              Info = _("Parent titlebar");
55              Type = SINGLE;
56            };
57            Resizebar = {
58/* Info: Resizebar */
59              Info = _("Resizebar");
60              Type = SINGLE;
61            };
62            Widget = {
63/* Info: Widget */
64              Info = _("Titlebuttons");
65              Type = SINGLE;
66            };
67          };
68        };
69        Menu = {
70/* Info: Menu */
71          Info = _("Menu");
72	  Icon = "menustyle.xpm";
73          Type = {
74            Title = {
75/* Info: Title */
76              Info = _("Menutitle");
77              Type = SINGLE;
78              };
79            Text = {
80/* Info: Text */
81              Info = _("Menuitem");
82              Type = SINGLE;
83              };
84          };
85        };
86      };
87    };
88    Themes = {
89/* Info: Themes */
90      Info = _("Themes");
91      Icon = "themes.xpm";
92      Type = SINGLE;
93    };
94    Shortcuts = {
95/* Info: Shortcuts */
96       Info = _("Shortcuts");
97       Icon = "shortcuts.xpm";
98       Type = SINGLE;
99    };
100    Mouse = {
101/* Info: Mouse */
102       Info = _("Mouse");
103       Type = SINGLE;
104       Icon = "mouse.xpm";
105    };
106    Windows = {
107/* Info: Windows */
108       Info = _("Window\nhandling");
109       Type = SINGLE;
110       Icon = "windows.xpm";
111    };
112    Workspace = {
113/* Info: Workspace */
114       Info = _("Workspace");
115       Type = SINGLE;
116       Icon = "desktop.xpm";
117    };
118    Effects = {
119/* Info: Effects */
120       Info = _("Special\neffects");
121       Type = SINGLE;
122       Icon = "effects.xpm";
123    };
124    Paths = {
125/* Info: Paths */
126       Info = _("Paths");
127       Icon = "paths.xpm";
128       Type = SINGLE;
129    };
130    Misc = {
131/* Info: Misc */
132       Info = _("Misc");
133       Type = SINGLE;
134       Icon = "misc.xpm";
135	 };
136  };
137  WindowMaker = {
138    NoWindowUnderDock = {
139      Type = Bool;
140      Group = "Windows";
141/* Title: NoWindowUnderDock */
142      Title = _("Prevent windows from getting themselves under the dock when maximized");
143      Default = No;
144      Range = ();
145    };
146    NoWindowOverIcons = {
147      Type = Bool;
148      Group = "Windows";
149/* Title: NoWindowOverIcons */
150      Title = _("Prevent windows from overlapping minimized windows when maximized");
151      Default = No;
152      Range = ();
153    };
154    OpenTransientOnOwnerWorkspace = {
155      Type = Bool;
156      Group = "Windows";
157/* Title: OpenTransientOnOwnerWorkspace */
158      Title = _("Open dialog windows on the workspace of the owner rather than on the current workspace");
159      Default = No;
160      Range = ();
161    };
162    CirculateRaise = {
163      Type = Bool;
164      Group = "Windows";
165/* Title: CirculateRaise */
166      Title = _("Raise windows as you cycle through them using the keyboard");
167      Default = No;
168      Range = ();
169    };
170    WindozeCycling = {
171      Type = Bool;
172      Group = "Windows";
173/* Title: WindozeCycling */
174      Title = _("Use the Windoze style when cycling through windows with the `focus next window' shortcut");
175      Default = No;
176      Range = ();
177    };
178    PopupSwitchMenu = {
179      Type = Bool;
180      Group = "Windows";
181/* Title: PopupSwitchMenu */
182      Title = _("Popup the window list as you cycle through windows (only if Windoze cycling is enabled)");
183      Default = No;
184      Range = ();
185    };
186    AutoFocus = {
187      Type = Bool;
188      Group = "Windows";
189/* Title: AutoFocus */
190      Title = _("Automatically give focus to a window when it is mapped");
191      Default = Yes;
192      Range = ();
193    };
194    FocusMode = {
195      Type = String;
196      Group = "Windows";
197/* Title: FocusMode */
198      Title = _("Window Focus Mode: ");
199      Default = Manual;
200      Range = (SemiAuto, Manual);
201/* RangeInfo: FocusMode */
202      RangeInfo = (_("The window currently being pointed to has focus (sloppy focus)"), _("Click on the window to focus it")      };
203    RaiseDelay = {
204      Type = Int;
205      Group = "Windows";
206/* Title: RaiseDelay */
207      Title = _("Delay in milliseconds before a newly focused window is raised: ");
208      Default = 0;
209      Range = (0, 2048);
210    };
211    ColormapMode = {
212      Type = String;
213      Group = "Windows";
214/* Title: ColormapMode */
215      Title = _("Which application should get the most colors: ");
216      Default = Auto;
217      Range = (Auto, Manual);
218/* RangeInfo: ColormapMode */
219      RangeInfo = (_("The window currently being pointed to"), _("The window clicked onto")    };
220    WindowPlacement = {
221      Type = String;
222      Group = "Windows";
223/* Title: WindowPlacement */
224      Title = _("How to place newly mapped windows: ");
225      Default = Cascade;
226      Range = (Cascade, Auto, Smart, Manual, Random);
227/* RangeInfo: WindowPlacement */
228      RangeInfo = (_("Use a cascading effect"), _("Place window in the free space"), _("Place window in the best free space"), _("Let user place the window manually"), _("Place window at a random position")    };
229    WindowPlaceOrigin = {
230      Type = Int;
231      Group = "Windows";
232/* Title: WindowPlaceOrigin */
233      Title = _("Offset (x, y) between windows in cascade placement mode: ");
234      Default = (64, 64);
235      Range = (0, 256, 0, 256);
236    };
237    AdvanceToNewWorkspace = {
238      Type = Bool;
239      Group = "Workspace";
240/* Title: AdvanceToNewWorkspace */
241      Title = _("Generate a new workspace when trying to advance from the last workspace");
242      Default = Yes;
243      Range = ();
244    };
245    CycleWorkspaces = {
246      Type = Bool;
247      Group = "Workspace";
248/* Title: CycleWorkspaces */
249      Title = _("Jump to the first workspace when trying to advance from the last workspace (and vice-versa)");
250      Default = No;
251      Range = ();
252    };
253    DontLinkWorkspaces = {
254      Type = IBool;
255      Group = "Workspace";
256/* Title: DontLinkWorkspaces */
257      Title = _("Automatically switch to next/previous workspace when dragging a window to the screen edge");
258      Default = No;
259      Range = ();
260    };
261    DisableClip = {
262      Type = IBool;
263      Group = "Workspace";
264/* Title: DisableClip */
265      Title = _("Open application clip on startup (startup option)");
266      Default = No;
267      Range = ();
268    };
269    DisableDock = {
270      Type = IBool;
271      Group = "Workspace";
272/* Title: DisableDock */
273      Title = _("Open application dock on startup (startup option)");
274      Default = No;
275      Range = ();
276    };
277    DisableMiniwindows = {
278      Type = IBool;
279      Group = "Workspace";
280/* Title: DisableMiniwindows */
281      Title = _("Show minimized windows (startup option)");
282      Default = No;
283      Range = ();
284    };
285    AutoArrangeIcons = {
286      Type = Bool;
287      Group = "Workspace";
288/* Title: AutoArrangeIcons */
289      Title = _("Automatically arrange minimized windows if required");
290      Default = No;
291      Range = ();
292    };
293    StickyIcons = {
294      Type = IBool;
295      Group = "Workspace";
296/* Title: StickyIcons */
297      Title = _("Show minimized windows only on the workspace on which they have been minimized");
298      Default = No;
299      Range = ();
300    };
301    DisableBlinking = {
302      Type = IBool;
303      Group = "Workspace";
304/* Title: DisableBlinking */
305      Title = _("Show marching ants animation when minimized windows are selected");
306      Default = No;
307      Range = ();
308    };
309    Attraction = {
310      Type = Bool;
311      Group = "Workspace";
312/* Title: Attraction */
313      Title = _("Attract a window by the borders of visible windows (or screen) when moved");
314      Default = No;
315      Range = ();
316    };
317    EdgeResistance = {
318      Type = Int;
319      Group = "Workspace";
320/* Title: EdgeResistance */
321      Title = _("Resistance against moving windows off the screen: ");
322      Default = 0;
323      Range = (0, 256);
324    };
325    WorkspaceBorderSize = {
326      Type = String;
327      Group = "Workspace";
328/* Title: WorkspaceBorderSize */
329      Title = _("Thickness of workspace border (not covered by windows): ");
330      Default = 0;
331      Range = (0, 1, 2, 3, 4, 5);
332/* RangeInfo: WorkspaceBorderSize */
333      RangeInfo = (_("no border"), _("1 pixel"), _("2 pixels"), _("3 pixels"), _("4 pixels"), _("5 pixels")    };
334    WorkspaceBorder = {
335      Type = String;
336      Group = "Workspace";
337/* Title: WorkspaceBorder */
338      Title = _("Position of workspace border: ");
339      Default = None;
340      Range = (LeftRight, TopBottom, AllDirections);
341/* RangeInfo: WorkspaceBorder */
342      RangeInfo = (_("left and right screen side"), _("bottom and top screen side"), _("all screen sides")    };
343    IconPosition = {
344      Type = String;
345      Group = "Workspace";
346/* Title: IconPosition */
347      Title = _("Orientation and position of icon box: ");
348      Default = blh;
349      Range = (tlh, trh, blh, brh, tlv, trv, blv, brv);
350/* RangeInfo: IconPosition */
351      RangeInfo = (_("Horizontal in the top left corner"), _("Horizontal in the top right corner"), _("Horizontal in the bottom left corner"), _("Horizontal in the bottom right corner"), _("Vertical in the top left corner"), _("Vertical in the top right corner"), _("Vertical in the bottom left corner"), _("Vertical in the bottom right corner")    };
352    IconSize = {
353      Type = String;
354      Group = "Workspace";
355/* Title: IconSize */
356      Title = _("Size of icons (startup option): ");
357      Default = 64;
358      Range = (24, 32, 40, 48, 56, 64, 72, 80, 88, 96);
359/* RangeInfo: IconSize */
360      RangeInfo = (_("24x24"), _("32x32"), _("40x40"), _("48x48"), _("56x56"), _("64x64"), _("72x72"), _("80x80"), _("88x88"), _("96x96")    };
361    WorkspaceNameDisplayPosition = {
362      Type = String;
363      Group = "Workspace";
364/* Title: WorkspaceNameDisplayPosition */
365      Title = _("Position of workspace name indicator: ");
366      Default = Center;
367      Range = (None, Center, Top, Bottom, Topleft, Topright,
368	       Bottomleft, Bottomright);
369/* RangeInfo: WorkspaceNameDisplayPosition */
370      RangeInfo = (_("Not visible"), _("Center of screen"), _("Top of screen"), _("Bottom of screen"), _("Top left corner"), _("Top right corner"), _("Bottom left corner"), _("Bottom right corner")    };
371    IgnoreFocusClick = {
372      Type = IBool;
373      Group = "Mouse";
374/* Title: IgnoreFocusClick */
375      Title = _("Let application receive the mouse click that causes its window to focus");
376      Default = No;
377      Range = ();
378    };
379    DisableWSMouseActions = {
380      Type = Bool;
381      Group = "Mouse";
382/* Title: DisableWSMouseActions */
383      Title = _("Pass a root window mouse click on to a filemanager rather than to Window Maker");
384      Default = No;
385      Range = ();
386    };
387    MouseLeftButtonAction = {
388      Type = String;
389      Group = "Mouse";
390/* Title: MouseLeftButtonAction */
391      Title = _("When left mouse button is pressed: ");
392      Default = Left;
393      Range = (None, SelectWindows, OpenWindowListMenu, OpenApplicationsMenu);
394      RangeInfo = ("Do nothing", "Select multiple windows",
395                   "Pop up the window list", "Pop up the application menu");
396    };
397    MouseMiddleButtonAction = {
398      Type = String;
399      Group = "Mouse";
400/* Title: MouseMiddleButtonAction */
401      Title = _("When middle mouse button is pressed: ");
402      Default = Left;
403      Range = (None, SelectWindows, OpenWindowListMenu, OpenApplicationsMenu);
404      RangeInfo = ("Do nothing", "Select multiple windows",
405                   "Pop up the window list", "Pop up the application menu");
406    };
407    MouseRightButtonAction = {
408      Type = String;
409      Group = "Mouse";
410/* Title: MouseRightButtonAction */
411      Title = _("When right mouse button is pressed: ");
412      Default = Left;
413      Range = (None, SelectWindows, OpenWindowListMenu, OpenApplicationsMenu);
414      RangeInfo = ("Do nothing", "Select multiple windows",
415                   "Pop up the window list", "Pop up the application menu");
416    };
417    MouseWheelAction = {
418      Type = String;
419      Group = "Mouse";
420/* Title: MouseWheelAction */
421      Title = _("When the mouse wheel is used: ");
422      Default = Left;
423      Range = (None, SwitchWorkspaces);
424/* RangeInfo: MouseWheelAction */
425      RangeInfo = (_("Do nothing"), _("Switch to next or previous workspace")    };
426    DoubleClickTime = {
427      Type = Int;
428      Group = "Mouse";
429/* Title: DoubleClickTime */
430      Title = _("Maximum delay between the two clicks of a double click: ");
431      Default = 250;
432      Range = (0, 2048);
433    };
434    WindowTitleBalloons = {
435      Type = Bool;
436      Group = "Effects";
437/* Title: WindowTitleBalloons */
438      Title = _("Show balloons for partly visible window titles");
439      Default = Yes;
440      Range = ();
441    };
442    AppIconBalloons = {
443      Type = Bool;
444      Group = "Effects";
445/* Title: AppIconBalloons */
446      Title = _("Show balloons for application icons (docked or not)");
447      Default = No;
448      Range = ();
449    };
450    MiniwindowTitleBalloons = {
451      Type = Bool;
452      Group = "Effects";
453/* Title: MiniwindowTitleBalloons */
454      Title = _("Show balloons for title of minimized window");
455      Default = No;
456      Range = ();
457    };
458    OpaqueMove = {
459      Type = Bool;
460      Group = "Effects";
461/* Title: OpaqueMove */
462      Title = _("Show window contents rather than outline only when moving a window");
463      Default = No;
464      Range = ();
465    };
466    Superfluous = {
467      Type = Bool;
468      Group = "Effects";
469/* Title: Superfluous */
470      Title = _("Show several special effects that bloat and slow down Window Maker");
471      Default = No;
472      Range = ();
473    };
474    DisableAnimations = {
475      Type = IBool;
476      Group = "Effects";
477/* Title: DisableAnimations */
478      Title = _("Show animations such as the minimize and shade animation");
479      Default = No;
480      Range = ();
481    };
482    SmoothWorkspaceBack = {
483      Type = Bool;
484      Group = "Workspace";
485/* Title: SmoothWorkspaceBack */
486      Title = _("Smooth workspace background images after scaling");
487      Default = No;
488      Range = ();
489    };
490    ResizeDisplay = {
491      Type = String;
492      Group = "Effects";
493/* Title: ResizeDisplay */
494      Title = _("Style of geometry box when resizing the window: ");
495      Default = Corner;
496      Range = (None, Corner, Center, Floating, Line);
497/* RangeInfo: ResizeDisplay */
498      RangeInfo = (_("No geometry box"), _("Appears in the top left corner of the screen"), _("Appears in the screen center"), _("Keeps with the window"), _("No box - use technical drawing like lines")    };
499    MoveDisplay = {
500      Type = String;
501      Group = "Effects";
502/* Title: MoveDisplay */
503      Title = _("Style of geometry box when moving the window: ");
504      Default = Corner;
505      Range = (None, Corner, Center, Floating, Line);
506/* RangeInfo: MoveDisplay */
507      RangeInfo = (_("No geometry box"), _("Appears in the top left corner of the screen"), _("Appears in the screen center"), _("Keeps with the window"), _("No box - use technical drawing like lines")    };
508    IconificationStyle = {
509      Type = String;
510      Group = "Effects";
511/* Title: IconificationStyle */
512      Title = _("Style of miniaturization animation: ");
513      Default = Zoom;
514      Range = (Zoom, Twist, Flip, Random, None);
515/* RangeInfo: IconificationStyle */
516      RangeInfo = (_("Window is zoomed"), _("Window is twisted"), _("Window is flipped"), _("Window is zoomed, twisted, or flipped (random choice)"), _("No animation")    };
517    MenuStyle = {
518      Type = String;
519      Group = "Effects";
520/* Title: MenuStyle */
521      Title = _("Style of the menu texture: ");
522      Default = normal;
523      Range = (Normal, SingleTexture, Flat);
524/* RangeInfo: MenuStyle */
525      RangeInfo = (_("One texture per item"), _("A single texture spanning the whole menu"), _("A single texture without bevels spanning the whole menu")    };
526    TitleJustify = {
527      Type = String;
528      Group = "Effects";
529/* Title: TitleJustify */
530      Title = _("Justification of text in window title bars: ");
531      Default = Center;
532      Range = (Left, Center, Right);
533/* RangeInfo: TitleJustify */
534      RangeInfo = (_("Left"), _("Center"), _("Right")    };
535    MenuScrollSpeed = {
536      Type = String;
537      Group = "Effects";
538/* Title: MenuScrollSpeed */
539      Title = _("Speed of menu scrolling: ");
540      Default = Medium;
541      Range = (UltraFast, Fast, Medium, Slow, UltraSlow);
542/* RangeInfo: MenuScrollSpeed */
543      RangeInfo = (_("Very fast"), _("Fast"), _("Normal"), _("Slow"), _("Very slow")    };
544    IconSlideSpeed = {
545      Type = String;
546      Group = "Effects";
547/* Title: IconSlideSpeed */
548      Title = _("Speed of icon sliding: ");
549      Default = Medium;
550      Range = (UltraFast, Fast, Medium, Slow, UltraSlow);
551/* RangeInfo: IconSlideSpeed */
552      RangeInfo = (_("Very fast"), _("Fast"), _("Normal"), _("Slow"), _("Very slow")    };
553    ShadeSpeed = {
554      Type = String;
555      Group = "Effects";
556/* Title: ShadeSpeed */
557      Title = _("Speed of window shading: ");
558      Default = Medium;
559      Range = (UltraFast, Fast, Medium, Slow, UltraSlow);
560/* RangeInfo: ShadeSpeed */
561      RangeInfo = (_("Very fast"), _("Fast"), _("Normal"), _("Slow"), _("Very slow")    };
562    WrapMenus = {
563      Type = IBool;
564      Group = "Menu";
565/* Title: WrapMenus */
566      Title = _("Center the titlebar of a menu at the clicked position even if it is partly shown outside of the screen");
567      Default = No;
568      Range = ();
569    };
570    ScrollableMenus = {
571      Type = Bool;
572      Group = "Menu";
573/* Title: ScrollableMenus */
574      Title = _("Scroll a partly hidden menu back onto the screen as you move your mouse over it");
575      Default = Yes;
576      Range = ();
577    };
578    AlignSubmenus = {
579      Type = Bool;
580      Group = "Menu";
581/* Title: AlignSubmenus */
582      Title = _("Place the titlebar of a submenu at exactly the same height as the titlebar of its parent");
583      Default = No;
584      Range = ();
585    };
586    NewStyle = {
587      Type = Bool;
588      Group = "Misc";
589/* Title: NewStyle */
590      Title = _("Use new style titlebar buttons rather than original NeXT buttons (startup option)");
591      Default = No;
592      Range = ();
593    };
594    SaveSessionOnExit = {
595      Type = Bool;
596      Group = "Misc";
597/* Title: SaveSessionOnExit */
598      Title = _("Automatically save the session state when exiting Window Maker");
599      Default = No;
600      Range = ();
601    };
602    UseSaveUnders = {
603      Type = Bool;
604      Group = "Misc";
605/* Title: UseSaveUnders */
606      Title = _("Enable save-under buffering mode for windows");
607      Default = No;
608      Range = ();
609    };
610    DontConfirmKill = {
611      Type = IBool;
612      Group = "Misc";
613/* Title: DontConfirmKill */
614      Title = _("Show confirmation panel for the window menu command `Kill'");
615      Default = No;
616      Range = ();
617    };
618    DisableSound = {
619      Type = Bool;
620      Group = "Misc";
621/* Title: DisableSound */
622      Title = _("Disable sound at runtime without the need of killing the sound server");
623      Default = No;
624      Range = ();
625    };
626    DisableDithering = {
627      Type = IBool;
628      Group = "Misc";
629/* Title: DisableDithering */
630      Title = _("Dither gradients and pixmaps etc. when in low color mode (startup option)");
631      Default = No;
632      Range = ();
633    };
634    ColormapSize = {
635      Type = Int;
636      Group = "Misc";
637/* Title: ColormapSize */
638      Title = _("Size of dithering colormap in colors per channel (startup option): ");
639      Default = 4;
640      Range = (2, 5);
641    };
642    PixmapPath = {
643      Type = Pathlist;
644      Group = Paths;
645/* Info: PixmapPath */
646      Info = _("Whenever WindowMaker is given a relative path to find a texture pixmap in, it searches each of these paths in order for that pixmap.");
647/* Title: PixmapPath */
648      Title = _("Pixmap search paths");
649      Default = (
650        "~/GNUstep/Library/WindowMaker/Pixmaps",
651        "~/GNUstep/Library/WindowMaker/Backgrounds",
652        "/usr/local/share/WindowMaker/Pixmaps",
653        "/usr/local/share/WindowMaker/Backgrounds",
654        "/usr/local/include/X11/pixmaps",
655        "/usr/local/share/pixmaps"
656      );
657      Range = ();
658    };
659    IconPath = {
660      Type = Pathlist;
661      Group = Paths;
662/* Info: IconPath */
663      Info = _("Whenever WindowMaker is given a relative path to find a icon pixmap in, it searches each of these paths in order for that pixmap.");
664/* Title: IconPath */
665      Title = _("Icon search paths");
666      Default = (
667        "~/GNUstep/Library/Icons",
668        "~/GNUstep/Library/WindowMaker/Pixmaps",
669        "/usr/local/share/WindowMaker/Icons",
670        "/usr/local/share/WindowMaker/Pixmaps",
671        "/usr/local/include/X11/pixmaps",
672        "/usr/local/share/pixmaps"
673      );
674      Range = ();
675    };
676    ThemePath = {
677      Type = Pathlist;
678      Group = Themes;
679/* Info: ThemePath */
680      Info = _("Wmakerconf searches each of these paths in order for the list of available themes.");
681/* Title: ThemePath */
682      Title = _("Theme search paths");
683      Default = (
684        "~/GNUstep/Library/WindowMaker/Themes",
685	"/usr/local/share/WindowMaker/Themes"
686      );
687      Range = ();
688    };
689    RootMenuKey = {
690      Type = Key;
691      Group = Shortcuts;
692/* Info: RootMenuKey */
693      Info = _("Pop up the root menu");
694      Default = None;
695      Range = ();
696    };
697    WindowListKey = {
698      Type = Key;
699      Group = Shortcuts;
700/* Info: WindowListKey */
701      Info = _("Pop up the window list");
702      Default = None;
703      Range = ();
704    };
705    WindowMenuKey = {
706      Type = Key;
707      Group = Shortcuts;
708/* Info: WindowMenuKey */
709      Info = _("Pop up the commands menu for the focused window");
710      Default = None;
711      Range = ();
712    };
713    ClipLowerKey = {
714      Type = Key;
715      Group = Shortcuts;
716/* Info: ClipLowerKey */
717      Info = _("Lower the clip");
718      Default = None;
719      Range = ();
720    };
721    ClipRaiseKey = {
722      Type = Key;
723      Group = Shortcuts;
724/* Info: ClipRaiseKey */
725      Info = _("Raise the clip");
726      Default = None;
727      Range = ();
728    };
729    ClipRaiseLowerKey = {
730      Type = Key;
731      Group = Shortcuts;
732/* Info: ClipRaiseLowerKey */
733      Info = _("Raise or lower the clip");
734      Default = None;
735      Range = ();
736    };
737    MiniaturizeKey = {
738      Type = Key;
739      Group = Shortcuts;
740/* Info: MiniaturizeKey */
741      Info = _("Iconify a window");
742      Default = None;
743      Range = ();
744    };
745    MaximizeKey = {
746      Type = Key;
747      Group = Shortcuts;
748/* Info: MaximizeKey */
749      Info = _("Maximize the focused window to its full size");
750      Default = None;
751      Range = ();
752    };
753    VMaximizeKey = {
754      Type = Key;
755      Group = Shortcuts;
756/* Info: VMaximizeKey */
757      Info = _("Maximize the focused window to its full vertical size");
758      Default = None;
759      Range = ();
760    };
761    MoveResizeKey = {
762      Type = Key;
763      Group = Shortcuts;
764/* Info: MoveResizeKey */
765      Info = _("Move or resize the focused window");
766      Default = "Meta+Up";
767      Range = ();
768    };
769    LowerKey = {
770      Type = Key;
771      Group = Shortcuts;
772/* Info: LowerKey */
773      Info = _("Lower the focused window to the bottom");
774      Default = "Meta+Down";
775      Range = ();
776    };
777    RaiseKey = {
778      Type = Key;
779      Group = Shortcuts;
780/* Info: RaiseKey */
781      Info = _("Raise the focused window to the top");
782      Default = "Meta+Up";
783      Range = ();
784    };
785    RaiseLowerKey = {
786      Type = Key;
787      Group = Shortcuts;
788/* Info: RaiseLowerKey */
789      Info = _("Raise or lower the window under the mouse pointer");
790      Default = None;
791      Range = ();
792    };
793    FocusNextKey = {
794      Type = Key;
795      Group = Shortcuts;
796/* Info: FocusNextKey */
797      Info = _("Switch input focus to the next window");
798      Default = None;
799      Range = ();
800    };
801    FocusPrevKey = {
802      Type = Key;
803      Group = Shortcuts;
804/* Info: FocusPrevKey */
805      Info = _("Switch input focus to the previous window");
806      Default = None;
807      Range = ();
808    };
809    ShadeKey = {
810      Type = Key;
811      Group = Shortcuts;
812/* Info: ShadeKey */
813      Info = _("Shade the focused window");
814      Default = None;
815      Range = ();
816    };
817    CloseKey = {
818      Type = Key;
819      Group = Shortcuts;
820/* Info: CloseKey */
821      Info = _("Close the focused window");
822      Default = None;
823      Range = ();
824    };
825    HideKey = {
826      Type = Key;
827      Group = Shortcuts;
828/* Info: HideKey */
829      Info = _("Hide an application (if supported)");
830      Default = None;
831      Range = ();
832    };
833    SelectKey = {
834      Type = Key;
835      Group = Shortcuts;
836/* Info: SelectKey */
837      Info = _("Select a window");
838      Default = None;
839      Range = ();
840    };
841    NextWorkspaceKey = {
842      Type = Key;
843      Group = Shortcuts;
844/* Info: NextWorkspaceKey */
845      Info = _("Switch to the next workspace");
846      Default = None;
847      Range = ();
848    };
849    PrevWorkspaceKey = {
850      Type = Key;
851      Group = Shortcuts;
852/* Info: PrevWorkspaceKey */
853      Info = _("Switch to the previous workspace");
854      Default = None;
855      Range = ();
856    };
857    NextWorkspaceLayerKey = {
858      Type = Key;
859      Group = Shortcuts;
860/* Info: NextWorkspaceLayerKey */
861      Info = _("Switch to the next 10 workspace set");
862      Default = None;
863      Range = ();
864    };
865    PrevWorkspaceLayerKey = {
866      Type = Key;
867      Group = Shortcuts;
868/* Info: PrevWorkspaceLayerKey */
869      Info = _("Switch to the previous 10 workspace set");
870      Default = None;
871      Range = ();
872    };
873    WindowShortcut1Key = {
874      Type = Key;
875      Group = Shortcuts;
876/* Info: WindowShortcut1Key */
877      Info = _("Switch to user defined window 1");
878      Default = None;
879      Range = ();
880    };
881    WindowShortcut2Key = {
882      Type = Key;
883      Group = Shortcuts;
884/* Info: WindowShortcut2Key */
885      Info = _("Switch to user defined window 2");
886      Default = None;
887      Range = ();
888    };
889    WindowShortcut3Key = {
890      Type = Key;
891      Group = Shortcuts;
892/* Info: WindowShortcut3Key */
893      Info = _("Switch to user defined window 3");
894      Default = None;
895      Range = ();
896    };
897    WindowShortcut4Key = {
898      Type = Key;
899      Group = Shortcuts;
900/* Info: WindowShortcut4Key */
901      Info = _("Switch to user defined window 4");
902      Default = None;
903      Range = ();
904    };
905    Workspace1Key = {
906      Type = Key;
907      Group = Shortcuts;
908/* Info: Workspace1Key */
909      Info = _("Switch to workspace 1");
910      Default = None;
911      Range = ();
912    };
913    Workspace2Key = {
914      Type = Key;
915      Group = Shortcuts;
916/* Info: Workspace2Key */
917      Info = _("Switch to workspace 2");
918      Default = None;
919      Range = ();
920    };
921    Workspace3Key = {
922      Type = Key;
923      Group = Shortcuts;
924/* Info: Workspace3Key */
925      Info = _("Switch to workspace 3");
926      Default = None;
927      Range = ();
928    };
929    Workspace4Key = {
930      Type = Key;
931      Group = Shortcuts;
932/* Info: Workspace4Key */
933      Info = _("Switch to workspace 4");
934      Default = None;
935      Range = ();
936    };
937    Workspace5Key = {
938      Type = Key;
939      Group = Shortcuts;
940/* Info: Workspace5Key */
941      Info = _("Switch to workspace 5");
942      Default = None;
943      Range = ();
944    };
945    Workspace6Key = {
946      Type = Key;
947      Group = Shortcuts;
948/* Info: Workspace6Key */
949      Info = _("Switch to workspace 6");
950      Default = None;
951      Range = ();
952    };
953    Workspace7Key = {
954      Type = Key;
955      Group = Shortcuts;
956/* Info: Workspace7Key */
957      Info = _("Switch to workspace 7");
958      Default = None;
959      Range = ();
960    };
961    Workspace8Key = {
962      Type = Key;
963      Group = Shortcuts;
964/* Info: Workspace8Key */
965      Info = _("Switch to workspace 8.");
966      Default = None;
967      Range = ();
968    };
969    Workspace9Key = {
970      Type = Key;
971      Group = Shortcuts;
972/* Info: Workspace9Key */
973      Info = _("Switch to workspace 9");
974      Default = None;
975      Range = ();
976    };
977    Workspace10Key = {
978      Type = Key;
979      Group = Shortcuts;
980/* Info: Workspace10Key */
981      Info = _("Switch to workspace 10");
982      Default = None;
983      Range = ();
984    };
985    ModifierKey = {
986      Type = String;
987      Group = Shortcuts;
988/* Title: ModifierKey */
989      Title = _("Modifier to use as `Meta' key");
990      Default = Mod1;
991      Range = (
992        Alt,
993        Meta,
994        Hyper,
995        Super,
996        Control,
997        Shift,
998        Mod1,
999        Mod2,
1000        Mod3,
1001        Mod4,
1002        Mod5
1003      );
1004    };
1005    WindowTitleFont = {
1006      Type = Font;
1007      Group = "Appearance/Windows/Focused";
1008/* Info: WindowTitleFont */
1009      Info = _("Window title font");
1010      Default = "helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
1011      Range = ();
1012    };
1013    MenuTitleFont = {
1014      Type = Font;
1015      Group = "Appearance/Menu/Title";
1016/* Info: MenuTitleFont */
1017      Info = _("Menu title font");
1018      Default = "helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
1019      Range = ();
1020    };
1021    MenuTextFont = {
1022      Type = Font;
1023      Group = "Appearance/Menu/Text";
1024/* Info: MenuTextFont */
1025      Info = _("Menu item font");
1026      Default = "helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
1027      Range = ();
1028    };
1029    IconTitleFont = {
1030      Type = Font;
1031      Group = "Appearance/Tiles/Miniwindows";
1032/* Info: IconTitleFont */
1033      Info = _("Icon title font");
1034      Default = "helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*";
1035      Range = ();
1036    };
1037    ClipTitleFont = {
1038      Type = Font;
1039      Group = "Appearance/Tiles/Icons";
1040/* Info: ClipTitleFont */
1041      Info = _("Font for the workspace name and number in the clip's main icon");
1042      Default = "helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*";
1043      Range = ();
1044    };
1045    LargeDisplayFont = {
1046      Type = Font;
1047      Group = "Appearance/Workspace";
1048/* Info: LargeDisplayFont */
1049      Info = _("Workspace name indicator");
1050      Default = "helvetica-medium-r-normal-*-24-*-*-*-*-*-*-*";
1051      Range = ();
1052    };
1053    MenuTitleColor = {
1054      Type = TextColor;
1055      Group = "Appearance/Menu/Title";
1056/* Info: MenuTitleColor */
1057      Info = _("Text color of a menu title");
1058/* Title: MenuTitleColor */
1059      Title = _("Text");
1060      Default = white;
1061      Range = ();
1062    };
1063    MenuTextColor = {
1064      Type = Color;
1065      Group = "Appearance/Menu/Text";
1066/* Info: MenuTextColor */
1067      Info = _("Text color of a menu item");
1068/* Title: MenuTextColor */
1069      Title = _("Text (normal)");
1070      Default = black;
1071      Range = ();
1072    };
1073    MenuDisabledColor = {
1074      Type = Color;
1075      Group = "Appearance/Menu/Text";
1076/* Info: MenuDisabledColor */
1077      Info = _("Text color of a disabled menu item");
1078/* Title: MenuDisabledColor */
1079      Title = _("Text (disabled)");
1080      Default = 616161;
1081      Range = ();
1082    };
1083    HighlightTextColor = {
1084      Type = Color;
1085      Group = "Appearance/Menu/Text";
1086/* Info: HighlightTextColor */
1087      Info = _("Text color of a menu highlight");
1088/* Title: HighlightTextColor */
1089      Title = _("Text (highlight)");
1090      Default = black;
1091      Range = ();
1092    };
1093    HighlightColor = {
1094      Type = Color;
1095      Group = "Appearance/Menu/Text";
1096/* Info: HighlightColor */
1097      Info = _("Background color of a menu highlight");
1098/* Title: HighlightColor */
1099      Title = _("Background (highlight)");
1100      Default = white;
1101      Range = ();
1102    };
1103    IconTitleColor = {
1104      Type = Color;
1105      Group = "Appearance/Tiles/Miniwindows";
1106/* Info: IconTitleColor */
1107      Info = _("Text color of an icon title");
1108/* Title: IconTitleColor */
1109      Title = _("Text");
1110      Default = white;
1111      Range = ();
1112    };
1113    IconTitleBack = {
1114      Type = Color;
1115      Group = "Appearance/Tiles/Miniwindows";
1116/* Info: IconTitleBack */
1117      Info = _("Background color of an icon title");
1118/* Title: IconTitleBack */
1119      Title = _("Background");
1120      Default = black;
1121      Range = ();
1122    };
1123    FTitleColor = {
1124      Type = TextColor;
1125      Group = "Appearance/Windows/Focused";
1126/* Info: FTitleColor */
1127      Info = _("Text color of a focused window title");
1128/* Title: FTitleColor */
1129      Title = _("Text");
1130      Default = white;
1131      Range = ();
1132    };
1133    PTitleColor = {
1134      Type = TextColor;
1135      Group = "Appearance/Windows/Parent";
1136/* Info: PTitleColor */
1137      Info = _("Text color of the title of the parent of the focused window");
1138/* Title: PTitleColor */
1139      Title = _("Text");
1140      Default = white;
1141      Range = ();
1142    };
1143    UTitleColor = {
1144      Type = TextColor;
1145      Group = "Appearance/Windows/Unfocused";
1146/* Info: UTitleColor */
1147      Info = _("Text color of an unfocused window title");
1148/* Title: UTitleColor */
1149      Title = _("Text");
1150      Default = black;
1151      Range = ();
1152    };
1153    ClipTitleColor = {
1154      Type = Color;
1155      Group = "Appearance/Tiles/Icons";
1156/* Info: ClipTitleColor */
1157      Info = _("Color of the workspace name and number on the clip's main icon");
1158/* Title: ClipTitleColor */
1159      Title = _("Text (active)");
1160      Default = black;
1161      Range = ();
1162    };
1163    CClipTitleColor = {
1164      Type = Color;
1165      Group = "Appearance/Tiles/Icons";
1166/* Info: CClipTitleColor */
1167      Info = _("Color of the workspace name and number on the clip's main icon when clip is collapsed");
1168/* Title: CClipTitleColor */
1169      Title = _("Text (collapsed)");
1170      Default = 616161;
1171      Range = ();
1172    };
1173    IconBack = {
1174      Type = Texture;
1175      Group = "Appearance/Tiles/Icons";
1176      Default = (solid, gray);
1177      Range = ();
1178    };
1179    WorkspaceBack = {
1180      Type = Texture;
1181      Group = "Appearance/Workspace";
1182      Default = (solid, blue);
1183      Range = ();
1184    };
1185    WorkspaceSpecificBack = {
1186      Type = Text;
1187      Group = None;
1188      Default = (());
1189      Range = ();
1190    };
1191    FTitleBack = {
1192      Type = Texture;
1193      Group = "Appearance/Windows/Focused";
1194      Default = (solid, black);
1195      Range = ();
1196    };
1197    PTitleBack = {
1198      Type = Texture;
1199      Group = "Appearance/Windows/Parent";
1200      Default = (solid, 616161);
1201      Range = ();
1202    };
1203    UTitleBack = {
1204      Type = Texture;
1205      Group = "Appearance/Windows/Unfocused";
1206      Default = (solid, gray);
1207      Range = ();
1208    };
1209    ResizebarBack = {
1210      Type = Texture;
1211      Group = "Appearance/Windows/Resizebar";
1212      Default = (solid, gray);
1213      Range = ();
1214    };
1215    MenuTitleBack = {
1216      Type = Texture;
1217      Group = "Appearance/Menu/Title";
1218      Default = (solid, black);
1219      Range = ();
1220    };
1221    MenuTextBack = {
1222      Type = Texture;
1223      Group = "Appearance/Menu/Text";
1224      Default = (solid, gray);
1225      Range = ();
1226    };
1227    WidgetColor = {
1228      Type = Texture;
1229      Group = "Appearance/Windows/Widget";
1230      Default = (solid, gray);
1231      Range = ();
1232    };
1233  };
1234}
1235