Merge branch 'org.openembedded.dev' of git@git.openembedded.net:/openembedded into...
[vuplus_openembedded] / packages / vnc / tightvnc / Vncviewer
1 Vncviewer.title: TightVNC: %s
2 Vncviewer.translations:\
3   <Enter>: SelectionToVNC()\n\
4   <Leave>: SelectionFromVNC()
5 *form.background: black
6 *viewport.allowHoriz: True
7 *viewport.allowVert: True
8 *viewport.useBottom: True
9 *viewport.useRight: True
10 *viewport*Scrollbar*thumb: None
11 *desktop.baseTranslations:\
12   <Key>F8: ShowPopup()\n\
13   <ButtonPress>: SendRFBEvent()\n\
14   <ButtonRelease>: SendRFBEvent()\n\
15   <Motion>: SendRFBEvent()\n\
16   <KeyPress>: SendRFBEvent()\n\
17   <KeyRelease>: SendRFBEvent()
18 *serverDialog.dialog.label: VNC server:
19 *serverDialog.dialog.value:
20 *serverDialog.dialog.value.translations: #override\n\
21   <Key>Return: ServerDialogDone()
22 *passwordDialog.dialog.label: Password:
23 *passwordDialog.dialog.value:
24 *passwordDialog.dialog.value.AsciiSink.echo: False
25 *passwordDialog.dialog.value.translations: #override\n\
26   <Key>Return: PasswordDialogDone()
27 *popup.title: TightVNC popup
28 *popup*background: grey
29 *popup*font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
30 *popup.buttonForm.Command.borderWidth: 0
31 *popup.buttonForm.Toggle.borderWidth: 0
32 *popup.translations: #override <Message>WM_PROTOCOLS: HidePopup()
33 *popup.buttonForm.translations: #override\n\
34   <KeyPress>: SendRFBEvent() HidePopup()
35 *popupButtonCount: 8
36 *popup*button1.label: Dismiss popup
37 *popup*button1.translations: #override\n\
38   <Btn1Down>,<Btn1Up>: HidePopup()
39 *popup*button2.label: Quit viewer
40 *popup*button2.translations: #override\n\
41   <Btn1Down>,<Btn1Up>: Quit()
42 *popup*button3.label: Full screen
43 *popup*button3.type: toggle
44 *popup*button3.translations: #override\n\
45   <Visible>: SetFullScreenState()\n\
46   <Btn1Down>,<Btn1Up>: toggle() HidePopup() ToggleFullScreen()
47 *popup*button4.label: Clipboard: local -> remote
48 *popup*button4.translations: #override\n\
49   <Btn1Down>,<Btn1Up>: SelectionToVNC(always) HidePopup()
50 *popup*button5.label: Clipboard: local <- remote
51 *popup*button5.translations: #override\n\
52   <Btn1Down>,<Btn1Up>: SelectionFromVNC(always) HidePopup()
53 *popup*button6.label: Request refresh
54 *popup*button6.translations: #override\n\
55   <Btn1Down>,<Btn1Up>: SendRFBEvent(fbupdate) HidePopup()
56 *popup*button7.label: Send ctrl-alt-del
57 *popup*button7.translations: #override\n\
58   <Btn1Down>,<Btn1Up>: SendRFBEvent(keydown,Control_L)\
59                        SendRFBEvent(keydown,Alt_L)\
60                        SendRFBEvent(key,Delete)\
61                        SendRFBEvent(keyup,Alt_L)\
62                        SendRFBEvent(keyup,Control_L)\
63                        HidePopup()
64 *popup*button8.label: Send F8
65 *popup*button8.translations: #override\n\
66   <Btn1Down>,<Btn1Up>: SendRFBEvent(key,F8) HidePopup()