Skip to content

Commit f896caa

Browse files
committed
Correct documentation for left/right super key
The super key maps to ⌘ for the USB driver, but for the VNC driver ⌘ is produced by left/right Alt, so we can't promise that leftSuper/rightSuper produces ⌘.
1 parent 7fda109 commit f896caa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cmd/packer-sdc/internal/renderdocs/docs-partials/packer-plugin-sdk/bootcommand

cmd/packer-sdc/internal/renderdocs/docs-partials/packer-plugin-sdk/bootcommand/BootConfig.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ command, they will be replaced by the proper key:
4242

4343
- `<leftShift> <rightShift>` - Simulates pressing the shift key.
4444

45-
- `<leftSuper> <rightSuper>` - Simulates pressing the or Windows key.
45+
- `<leftSuper> <rightSuper>` - Simulates pressing the super key.
4646

4747
- `<wait> <wait5> <wait10>` - Adds a 1, 5 or 10 second pause before
4848
sending any additional keys. This is useful if you have to generally

0 commit comments

Comments
 (0)