File: specialcharacters.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (73 lines) | stat: -rw-r--r-- 5,153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
  PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="specialcharacters">
               <title>Typing Special Characters</title>
               
               <body>
                  <p>Some OSes expect certain key combinations to initiate certain procedures. The key combinations that
      you type into a VM might target the host OS, the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> software,
      or the guest OS. The recipient of these keypresses depends on a number of factors, including the key combination
      itself. </p>
                  <ul>
                     <li>
                        <p>Host OSes reserve certain key combinations for themselves. For example, you cannot use the <b
            outputclass="bold">Ctrl+Alt+Delete</b> combination to reboot the guest OS in your VM, because this key
          combination is reserved by the host OS. Even though both Windows and Linux OSes can intercept this key
          combination, the host OS is rebooted automatically. </p>
                        <p>On Linux and Oracle Solaris hosts, which use the X Window System, the key combination <b
            outputclass="bold">Ctrl+Alt+Backspace</b> normally resets the X server and restarts the entire graphical
          user interface. As the X server intercepts this combination, pressing it will usually restart your <i>host</i>
          graphical user interface and kill all running programs, including <ph
            conkeyref="vbox-conkeyref-phrases/product-name"/>, in the process. </p>
                        <p>On Linux hosts supporting virtual terminals, the key combination <b outputclass="bold"
            >Ctrl+Alt+Fx</b>, where Fx is one of the function keys from F1 to F12, normally enables you to switch
          between virtual terminals. As with <b outputclass="bold">Ctrl+Alt+Delete</b>, these combinations are
          intercepted by the host OS and therefore always switch terminals on the <i>host</i>. </p>
                        <p>If, instead, you want to send these key combinations to the <i>guest</i> OS in the virtual
          machine, you will need to use one of the following methods: </p>
                        <ul>
                           <li>
                              <p>Use the items in the <b outputclass="bold">Input</b>, <b outputclass="bold"
                >Keyboard</b> menu of the virtual machine window. This menu includes the settings <b outputclass="bold"
                >Insert Ctrl+Alt+Delete</b> and <b outputclass="bold">Insert Ctrl+Alt+Backspace</b>. However, the latter
              setting affects only Linux guests or Oracle Solaris guests. </p>
                              <p>This menu also includes an option for inserting the Host key combination. </p>
                           </li>
                           <li>
                              <p>Use special key combinations with the Host key, which is normally the right Control
              key. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> then translates the following key combinations
              for the VM: </p>
                              <ul>
                                 <li>
                                    <p><b outputclass="bold">Host key + Del</b> sends <b outputclass="bold"
                    >Ctrl+Alt+Del</b> to reboot the guest OS. </p>
                                 </li>
                                 <li>
                                    <p><b outputclass="bold">Host key + Backspace</b> sends <b outputclass="bold"
                    >Ctrl+Alt+Backspace</b> to restart the graphical user interface of a Linux or Oracle Solaris guest. </p>
                                 </li>
                                 <li>
                                    <p><b outputclass="bold">Host key + Function key</b>. For example, use this key
                  combination to simulate <b outputclass="bold">Ctrl+Alt+Fx</b> to switch between virtual terminals in a
                  Linux guest. </p>
                                 </li>
                              </ul>
                           </li>
                        </ul>
                     </li>
                     <li>
                        <p>For some other keyboard combinations such as <b outputclass="bold">Alt+Tab</b> to switch
          between open windows, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> enables you to configure whether
          these combinations will affect the host or the guest, if a virtual machine currently has the focus. This is a
          global setting for all virtual machines and can be found under <b outputclass="bold">File</b>, <b
            outputclass="bold">Preferences</b>, <b outputclass="bold">Input</b>. </p>
                     </li>
                     <li>
                        <p>A soft keyboard can be used to input key combinations in the guest. See <xref
            href="soft-keyb.dita#soft-keyb"/>. </p>
                     </li>
                  </ul>
               </body>
               
            </topic>