-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cue at current time for subtitles #1367
base: main
Are you sure you want to change the base?
Conversation
Adds a hotkey (Shift+Alt+e) that allows the user to add a new subtitle segment at the current point on the timeline.
This pull request is deployed at test.editor.opencast.org/1367/2024-05-30_14-08-36/ . |
Thanks for that. There is one small issue, every time I use a keyboard shortcut to add a subtitle segment, the special character corresponding to the shortcut is added to the new segment. I would expect it to just add a new empty segment. This is not only true for Shift+Alt+e but also for Shift+Alt+q and Shift+Alt+a. |
This pull request has conflicts ☹ |
This pull request is deployed at test.editor.opencast.org/1367/2024-12-17_08-19-18/ . |
@snoesberger I could not reproduce it. Is it still an issue for you? |
Yes, it is still a problem, I just tried again. It depends on the keyboard language you are using. If you're using a standard German keyboard layout (de), you won't see the problem. With a Swiss-German (de-ch) or US layout I'm able to reproduce the problem in different browsers. |
Adds a hotkey (Shift+Alt+e) to the subtitle editor. It allows the user to add a new subtitle segment, based on the current time of the video.
Resolves #1313.