#################################################################### # # Original copy: /usr/dt/config/C/sys.dtwmrc # # The Resource Description File for the CDE Window Manager dtwm # # (c) Copyright 1993, 1994 Hewlett-Packard Company. # (c) Copyright 1993, 1994 International Business Machines Corp. # (c) Copyright 1993, 1994 Sun Microsystems, Inc. # (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary # of Novell, Inc. # # $Revision: 1.16 $ # #################################################################### ### # # Please make a COPY of this file before editing it. # # Personalized copies typically exist as: # # $HOME/.dt/dtwmrc # ### ### # # Root Menu Description # ### Menu DtRootMenu { "Arbeitsbereichsmenü" f.title "Grafischen Arbeitsbereichsmanager anzeigen" f.show_gwm "Anwendungsliste" f.show_app_list "Nächstes Fenster" f.circle_up "Vorheriges Fenster" f.circle_down "Aktualisieren" f.refresh "Bedienfeld in Symbol-/Normalgröße" f.toggle_frontpanel no-label f.separator "Arbeitsbereichsmanager neu starten..." f.restart no-label f.separator "Abmelden..." f.action ExitSession } ### # # Front panel Manu Description # ### Menu DtPanelMenu { Wiederherst _W f.normalize Verschieben _V f.move Symbolgröße _S f.minimize "Nach hinten" _h f.lower Aktualisieren _A f.refresh no-label f.separator "Abmelden..." _m f.action ExitSession } ### # # Sample Window Menu Description # This menu description exists as a sample only. # The normal window manager menu is built in. # ### Menu SampleWindowMenu { "Normalgröße" _N f.normalize "Verschieben" _V f.move "Größe ändern" _G f.resize "Symbolgröße" _S f.minimize "Maximale Größe" _M f.maximize "Nach hinten" _h f.lower no-label f.separator "Arbeitsbereich belegen..." _b f.workspace_presence "Alle Arbeitsbereiche belegen" _A f.occupy_all "Aus Arbeitsbereich entfernen" _e f.remove no-label f.separator "Schließen" _c AltF4 f.kill } ### # # Alternate Window Menu Description without accelerators # ### Menu NoAcceleratorWindowMenu { "Normalgröße" _N f.normalize "Verschieben" _V f.move "Größe ändern" _G f.resize "Symbolgröße" _S f.minimize "Maximale Größe" _M f.maximize "Nach hinten" _h f.lower no-label f.separator "Arbeitsbereich belegen..." _b f.workspace_presence "Alle Arbeitsbereiche belegen" _A f.occupy_all "Aus Arbeitsbereich entfernen" _e f.remove no-label f.separator "Schließen" _c f.kill } ### # # Key Bindings Description # ### Keys DtKeyBindings { # AltMenu root|icon|window f.toggle_frontpanel ShiftEscape icon|window f.post_wmenu Altspace icon|window f.post_wmenu AltTab root|icon|window f.next_key Alt ShiftTab root|icon|window f.prev_key AltEscape root|icon|window f.next_key Alt ShiftEscape root|icon|window f.prev_key AltDown root|icon|window f.circle_down AltUp root|icon|window f.circle_up Alt Ctrl Shiftexclam root|icon|window f.set_behavior AltF6 window f.next_key transient AltF10 root|icon|window f.menu DtRootMenu } ### # # Mouse Button Bindings Description # ### Buttons DtButtonBindings { root f.marquee_selection root f.menu DtRootMenu frame|icon f.raise frame|icon f.post_wmenu Alt icon|window f.move Alt window f.minimize } ### # # Defaults: Window menus, key bindings, and mouse button bindings # ### Menu DefaultWindowMenu { "Normalgröße" _N AltF5 f.normalize "Verschieben" _V AltF7 f.move "Größe ändern" _G AltF8 f.resize "Symbolgröße" _S AltF9 f.minimize "Maximale Größe" _M AltF10 f.maximize "Nach hinten" _h AltF3 f.lower no-label f.separator "Schließen" _c AltF4 f.kill } Keys DefaultKeyBindings { ShiftEscape icon|window f.post_wmenu Altspace icon|window f.post_wmenu AltTab root|icon|window f.next_key Alt ShiftTab root|icon|window f.prev_key AltEscape root|icon|window f.next_key Alt ShiftEscape root|icon|window f.prev_key Alt Ctrl Shiftexclam root|icon|window f.set_behavior AltF6 window f.next_key transient } Buttons DefaultButtonBindings { frame|icon f.raise icon f.post_wmenu } ################# End of the dtwmrc file #####################