#################################################################### # # 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 { "작업장 메뉴" f.title "그래픽 작업장 관리자 표시" f.show_gwm "응용프로그램 리스트" f.show_app_list "위로" f.circle_up "아래로" f.circle_down "화면 갱신" f.refresh "프론트 패널을 가장 작게/이전 상태로" f.toggle_frontpanel no-label f.separator "작업장 관리자 재시작..." f.restart no-label f.separator "로그아웃..." f.action ExitSession } ### # # Front panel Manu Description # ### Menu DtPanelMenu { "이전 상태로(R)" _R f.normalize "위치 이동(M)" _M f.move "가장 작게(N)" _N f.minimize "뒤로 보내기(L)" _L f.lower "화면 갱신(F)" _F f.refresh no-label f.separator "로그아웃(O)..." _O 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 { "이전 상태로(R)" _R f.normalize "위치 이동(M)" _M f.move "크기 재조정(S)" _S f.resize "가장 작게(N)" _N f.minimize "가장 크게(X)" _X f.maximize "뒤로 보내기(L)" _L f.lower no-label f.separator "표시할 작업장(O)..." _O f.workspace_presence "모든 작업장에 표시(A)" _A f.occupy_all "표시하지 않을 작업장(U)" _U f.remove no-label f.separator "닫기(C)" _C AltF4 f.kill } ### # # Alternate Window Menu Description without accelerators # ### Menu NoAcceleratorWindowMenu { "이전 상태로(R)" _R f.normalize "위치 이동(M)" _M f.move "크기 재조정(S)" _S f.resize "가장 작게(N)" _N f.minimize "가장 크게(X)" _X f.maximize "뒤로 보내기(L)" _L f.lower no-label f.separator "표시할 작업장(O)..." _O f.workspace_presence "모든 작업장에 표시(A)" _A f.occupy_all "표시하지 않을 작업장(U)" _U f.remove no-label f.separator "닫기(C)" _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 { "이전 상태로(R)" _R AltF5 f.normalize "위치 이동(M)" _M AltF7 f.move "크기 재조정(S)" _S AltF8 f.resize "가장 작게(N)" _N AltF9 f.minimize "가장 크게(X)" _X AltF10 f.maximize "뒤로 보내기(L)" _L AltF3 f.lower no-label f.separator "닫기(C)" _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 #####################