!! XVkbd-common  - default setting for xvkbd-1.2
!! by Tom Sato <VEF00200@nifty.ne.jp>, http://member.nifty.ne.jp/tsato/
!
! This file should be copied in the app-defaults directory, with
! trailing ".ad" in its filename removed.
!
! These settings are hardcoded in xvkbd.c as fallback resouces, too,
! and this file is not required in general.
! This is intended to be included in another app-defaults files
! (XVkbd-german, for example), as:
!
!     #include "XVkbd-common"
!
! because fallback resouces may be ignored when such app-defaults file
! (application class resource file) is loaded.

XVkbd.title: xvkbd - Virtual Keyboard
XVkbd.iconName: xvkbd
XVkbd.input: false
XVkbd.mappedWhenManaged: false
XVkbd.translations: #override \
	<Message>WM_PROTOCOLS: DeleteWindowProc()
XVkbd.Form.translations: <BtnDown>:
XVkbd.Form.?.translations: <BtnDown>:
XVkbd*Command.translations: #override \n\
	<BtnDown>: ButtonDownAction() set()\n\
	<BtnUp>: notify() unset() ButtonUpAction()
XVkbd*Repeater.translations: #override \n\
        <EnterWindow>: ShowBalloon() highlight() \n\
        <LeaveWindow>: CloseBalloon() unhighlight() \n\
	<BtnDown>: ButtonDownAction() set() start() \n\
	<BtnUp>: stop() unset() ButtonUpAction()
XVkbd*Repeater.initialDelay: 600
XVkbd*Repeater.minimumDelay: 100
XVkbd*Repeater.decay: 500
XVkbd*Font: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-iso8859-*
XVkbd*generalFont: -*-lucidatypewriter-bold-r-*-*-12-*-*-*-*-*-iso8859-*
XVkbd*letterFont: -*-helvetica-bold-r-*-*-12-*-*-*-*-*-iso8859-*
XVkbd*specialFont: -*-helvetica-medium-r-*-*-12-*-*-*-*-*-iso8859-*
XVkbd*keypadFont: -*-helvetica-medium-r-*-*-10-*-*-*-*-*-iso8859-*
XVkbd*banner.font: -*-lucida-bold-i-*-*-14-*-*-*-*-*-iso8859-*
XVkbd*beNiceToColormap: false
XVkbd*topShadowContrast: 40
XVkbd*bottomShadowContrast: 80
XVkbd*shadowWidth: 2
XVkbd*Label.shadowWidth: 0
XVkbd*Background: gray85
XVkbd*specialBackground: gray75
XVkbd*focusBackground: bisque2
XVkbd*Foreground: black
XVkbd*highlightBackground: gray90
XVkbd*highlightForeground: forestgreen
XVkbd*highlightThickness: 1
XVkbd*Form.resizable: true
XVkbd*defaultDistance: 0
XVkbd*Form.borderWidth: 0
XVkbd*Label.borderWidth: 0
XVkbd*Command.internalWidth: 1
XVkbd*Repeater.internalWidth: 1
XVkbd*Command.resize: false
XVkbd*Repeater.resize: false
XVkbd*Command.justify: center
XVkbd*Repeater.justify: center

XVkbd*banner.width: 150
XVkbd*banner.justify: right

XVkbd*row1.vertDistance: 5
XVkbd*F5.horizDistance: 5
XVkbd*F9.horizDistance: 5
XVkbd*BackSpace.horizDistance: 5

XVkbd*Command.height: 30
XVkbd*Repeater.height: 30
XVkbd*row0.Repeater.height: 25
XVkbd*Command.width: 30
XVkbd*Repeater.width: 30
XVkbd*space.width: 80
XVkbd*Tab.width: 45
XVkbd*Control_L.width: 60
XVkbd*Shift_L.width: 75
XVkbd*Shift_R.width: 40
XVkbd*Multi_key.width: 35
XVkbd*Caps_Lock.width: 35
XVkbd*Alt_L.width: 45
XVkbd*Alt_R.width: 45
XVkbd*Meta_L.width: 45
XVkbd*Meta_R.width: 45
XVkbd*BackSpace.width: 75
XVkbd*Delete.width: 45
XVkbd*Return.width: 60
XVkbd*row5.Focus.width: 35

XVkbd*keypad.vertDistance: 5
XVkbd*keypad.horizDistance: 10
XVkbd*keypad*Command.width: 35
XVkbd*keypad*Repeater.width: 35
XVkbd*keypad*Command.justify: left
XVkbd*keypad*Repeater.justify: left
XVkbd*keypad*pad3,3.height: 60
XVkbd*keypad*pad4,0.width: 70

XVkbd*message.width: 150
XVkbd*message.resize: false
XVkbd*message.background: LightYellow1
XVkbd*message.justify: left

! uncomment the following lines when genuine Xaw is used instead of Xaw3d
!
! XVkbd*keypad*pad3,3.height: 62
! XVkbd*keypad*pad4,0.width: 72
