Skip to content

Commit

Permalink
Release ShiftLeft in Shift+Tab (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarpovskii committed Apr 29, 2024
1 parent 859d89d commit dd6b6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func ExecuteShift(c parser.Command, v *VHS) {
}
}

_ = v.Page.Keyboard.Release(input.AltLeft)
_ = v.Page.Keyboard.Release(input.ShiftLeft)
}

// ExecuteHide is a CommandFunc that starts or stops the recording of the vhs.
Expand Down

0 comments on commit dd6b6b8

Please sign in to comment.