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 {
|
switch code {
|
||||||
case key.CodeLeftAlt:
|
case key.CodeLeftAlt:
|
||||||
// <leftAltOn>
|
|
||||||
keyAlt = down
|
keyAlt = down
|
||||||
case key.CodeLeftControl:
|
case key.CodeLeftControl:
|
||||||
// <leftCtrlOn>
|
|
||||||
keyCtrl = down
|
keyCtrl = down
|
||||||
default:
|
default:
|
||||||
keyShift = down
|
keyShift = down
|
||||||
|
|
Loading…
Reference in New Issue