github.com/hashicorp/packer@v1.14.3/website/content/partials/packer-plugin-sdk/bootcommand/VNCConfig.mdx (about)

     1  <!-- Code generated from the comments of the VNCConfig struct in bootcommand/config.go; DO NOT EDIT MANUALLY -->
     2  
     3  The boot command "typed" character for character over a VNC connection to
     4  the machine, simulating a human actually typing the keyboard.
     5  
     6  Keystrokes are typed as separate key up/down events over VNC with a default
     7  100ms delay. The delay alleviates issues with latency and CPU contention.
     8  You can tune this delay on a per-builder basis by specifying
     9  "boot_key_interval" in your Packer template.
    10  
    11  <!-- End of code generated from the comments of the VNCConfig struct in bootcommand/config.go; -->