!
!
! Licensed Materials - Property of IBM
!
! (C) COPYRIGHT International Business Machines Corp. 1989,2003
! All Rights Reserved
!
! US Government Users Restricted Rights - Use, duplication or
! disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
!
! (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
! ALL RIGHTS RESERVED
!
!
! Motif Release 1.2
!

!!
!! mwm 버전 1.2용 기본 system.mwmrc(자원 설명 파일)
!!
!! 주: 이 파일(system.mwmrc)은 직접 편집하지 마십시오.	
!! 	대신, 다음 위치 중 하나에서 ".mwmrc"라는 사본을	
!! 	생성하십시오.				
!! 		$HOME/.mwmrc					
!! 		$HOME/$LANG/.mwmrc
!!

!!
!! 루트 메뉴 설명(이 메뉴는 명시적으로, f.menu를 통해 송부되어야 함)
!!

Menu DefaultRootMenu
{
	" 루트 메뉴 "	f.title
	 no-label	f.separator
	" 새로운 창 "	f.exec "/usr/lpp/X11/defaults/xstartterm"
	" 클라이언트 "	f.menu "clients"
	" ì¡°ì • "	f.exec "custom"
	 no-label	f.separator
!	" 앞으로 올리기 "	f.circle_up
!	" 뒤로 내리기 "	f.circle_down
	" 화면정리 "	f.refresh
	" 아이콘 팩화 "	f.pack_icons
!	" 토글 동작 "	f.set_behavior
	 no-label	f.separator
	" 재시작... "	f.restart
!	" 중지... "	f.quit_mwm
	 no-label	f.separator
	" 세션 종료 "	f.menu "end_session"
}

Menu RootMenu_1.1
{
	" 루트 메뉴 "	f.title
	" 새로운 창 "	f.exec "/usr/lpp/X11/defaults/xstartterm"
	" 앞으로 올리기 "	f.circle_up
	" 뒤로 내리기 "	f.circle_down
	" 화면정리 "	f.refresh
!	" 아이콘 팩화 "	f.pack_icons
!	" 토글 동작 "	f.set_behavior
	 no-label	f.separator
	" 재시작... "	f.restart
}

Menu "clients"
{
	" 클라이언트 "	f.title
	 no-label	f.separator
	" 시계 "	f.exec "xclock"
	" 시스템 관리 "	f.exec "msmit"
	" 화면 잠금 "	f.exec "xlock"
}

Menu "end_session"
{
	" 세션 종료 "	f.title
	 no-label	f.separator
	" 중지... "	f.quit_mwm
}


!!
!! 디폴트 창 메뉴 설명
!!

Menu DefaultWindowMenu
{
	" 이전 상태로(R) "  _R 	Alt<Key>F5  f.restore
	" 위치 옮기기(M) "  _M 	Alt<Key>F7  f.move
	" 크기 바꾸기(S) "  _S 	Alt<Key>F8  f.resize
	" 가장 작게(N) "  _N 	Alt<Key>F9  f.minimize
	" 가장 크게(X) "  _X 	Alt<Key>F10 f.maximize
	" 뒤로 보내기(L) "  _L 	Alt<Key>F3  f.lower
	 no-label	f.separator
	" 닫기(C) "  _C 	Alt<Key>F4  f.kill
}


!!
!! 키 바인딩 설명
!!

Keys DefaultKeyBindings
{
	 Shift<Key>Escape           window|icon       f.post_wmenu
	 Alt<Key>space              window|icon       f.post_wmenu
	 Alt<Key>Tab                root|icon|window  f.next_key
	 Alt Shift<Key>Tab          root|icon|window  f.prev_key
	 Alt<Key>Escape             root|icon|window  f.circle_down
	 Alt Shift<Key>Escape       root|icon|window  f.circle_up
	 Alt Shift Ctrl<Key>exclam  root|icon|window  f.set_behavior
	 Alt<Key>F6                 window            f.next_key transient
	 Alt Shift<Key>F6           window            f.prev_key transient
	 Shift<Key>F10              icon              f.post_wmenu
!	 Alt Shift<Key>Delete       root|icon|window  f.restart
}

!!
!! 버튼 바인딩 설명
!!

Buttons DefaultButtonBindings
{
        <Btn1Down>    icon|frame    f.raise
        <Btn3Down>    icon|frame    f.post_wmenu
        <Btn3Down>    root          f.menu DefaultRootMenu

!!
!! 다음 바인딩은 Mod5가 NumLock 키에 대응될 경우에 필요합니다.
!!

        Mod5<Btn1Down>    icon|frame|window    f.focus_key
        Mod5<Btn3Down>    icon|frame           f.post_wmenu
        Mod5<Btn3Down>    root                 f.menu DefaultRootMenu
}

Buttons ExplicitButtonBindings
{
        <Btn1Down>       frame|icon     f.raise
        <Btn3Down>       frame|icon     f.post_wmenu
        <Btn3Down>       root           f.menu DefaultRootMenu
!       <Btn1Up>         icon           f.restore
        Alt<Btn1Down>    window|icon    f.lower
!       Alt<Btn2Down>    window|icon    f.resize
!       Alt<Btn3Down>    window|icon    f.move
}

Buttons PointerButtonBindings
{
        <Btn1Down>       frame|icon|window    f.raise
        <Btn3Down>       frame|icon           f.post_wmenu
        <Btn3Down>       root                 f.menu DefaultRootMenu
!       <Btn1Up>         icon                 f.restore
        Alt<Btn1Down>    window|icon          f.lower
!       Alt<Btn2Down>    window|icon          f.resize
!       Alt<Btn3Down>    window|icon          f.move
}

!!
!! mwm 자원 설명 파일의 끝
!!