-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
System and IINA version:
- macOS 10.15
- IINA 1.3.3
Expected behavior:
- See the video below, the video has reached the end and I just pressed Space to start from the beginning.
- the video was created with version
1.3.2
- the video was created with version
demo.mp4
Actual behavior:
- Pressing Space on a video that has reached the end does nothing in version
1.3.3
.
Steps to reproduce:
- open
IINA
- start a video and wait until the video is over
- press Space
Bisect
- checking Nightly builds
- the issue can first be noticed with 0bc3691
- kindly pinging @svobs
2023-07-15 01:58:10 | 0bc3691 | Matt Svoboda
git log -1 0bc3691
# commit 0bc3691cf5805f51ddb491ee249c4d75e056d147
# Author: Matt Svoboda <matt.svoboda@gmail.com>
# Date: 14/Jul/23
# Fix TAB & ESC key bindings not working in main player & music mode windows.
# Remove previous workarounds for ESC & SPACE since they are no longer necessary. (#4464)
EugeneTarasenko