1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="guestadd-clipboard">
|
---|
4 | <title>Clipboard</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <!-- 7.1: Shared clipboard check box; clarify operation with dev -->
|
---|
8 | <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> enables you to copy clipboard content from the host to the
|
---|
9 | guest, and vice versa. For this to work the latest version of the Guest Additions must be installed on the
|
---|
10 | guest.</p>
|
---|
11 | <p>For security reasons drag and drop can be configured at runtime on a per-VM basis either using the <b
|
---|
12 | outputclass="bold">Shared Clipboard</b> menu item in the <b outputclass="bold">Devices</b> menu of the virtual
|
---|
13 | machine, or the <userinput>VBoxManage</userinput> command. </p>
|
---|
14 | <p>The following shared clipboard settings are available: </p>
|
---|
15 | <ul id="ul_onq_r24_hcc">
|
---|
16 | <li>
|
---|
17 | <p><b outputclass="bold">Disabled</b>. Disables the copy feature entirely. This is the default when creating a
|
---|
18 | new VM. </p>
|
---|
19 | </li>
|
---|
20 | <li>
|
---|
21 | <p><b outputclass="bold">Host To Guest</b>. Enables text copy operations from the host to the guest only. </p>
|
---|
22 | </li>
|
---|
23 | <li>
|
---|
24 | <p><b outputclass="bold">Guest To Host</b>. Enables text copy operations from the guest to the host only. </p>
|
---|
25 | </li>
|
---|
26 | <li>
|
---|
27 | <p><b outputclass="bold">Bidirectional</b>. Enables text copy operations in both directions: from the host to
|
---|
28 | the guest, and from the guest to the host. </p>
|
---|
29 | </li>
|
---|
30 | <li><b>Enable Clipboard File Transfers</b>. Allows files, in addition to text, to be copied to or from the VM.
|
---|
31 | </li>
|
---|
32 | </ul>
|
---|
33 | <p>To use the <userinput>VBoxManage</userinput> command to control the current clipboard mode, see <xref
|
---|
34 | href="vboxmanage.dita#vboxmanage"/>. The <userinput>modifyvm</userinput> and <userinput>controlvm</userinput>
|
---|
35 | commands enable setting of a VM's current clipboard mode from the command line.</p>
|
---|
36 | </body>
|
---|
37 | </topic>
|
---|