remove comments
This commit is contained in:
parent
45058847c0
commit
c1c350a657
|
@ -78,10 +78,8 @@ func (s *StepBootCommand) Run(ctx context.Context, state multistep.StateBag) mul
|
|||
|
||||
switch code {
|
||||
case key.CodeLeftAlt:
|
||||
// <leftAltOn>
|
||||
keyAlt = down
|
||||
case key.CodeLeftControl:
|
||||
// <leftCtrlOn>
|
||||
keyCtrl = down
|
||||
default:
|
||||
keyShift = down
|
||||
|
|
Loading…
Reference in New Issue