Skip to content

Commit c4c5259

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 c4c5259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootcommand/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const PackerKeyDefault = 100 * time.Millisecond
6464
//
6565
// - `<leftShift> <rightShift>` - Simulates pressing the shift key.
6666
//
67-
// - `<leftSuper> <rightSuper>` - Simulates pressing the ⌘ or Windows key.
67+
// - `<leftSuper> <rightSuper>` - Simulates pressing the super key.
6868
//
6969
// - `<leftCommand> <rightCommand>` - Simulates pressing the ⌘ key.
7070
//

0 commit comments

Comments
 (0)