You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
Holding shift while pressing enter in a webapp normally forces a newline and prevents submitting the form. WHile OpenCast has enter do a newline rather than submitting, the habit to shift-enter still exists for many users and thus should work even if it isn't necessary.
Currently, if you hold shift while pressing enter (Windows, Firefox), no newline is added. You must release the shift key and take a risk that pressing enter won't submit the form in order to get a newline.
Holding shift while pressing enter in a webapp normally forces a newline and prevents submitting the form. WHile OpenCast has enter do a newline rather than submitting, the habit to shift-enter still exists for many users and thus should work even if it isn't necessary.
Currently, if you hold shift while pressing enter (Windows, Firefox), no newline is added. You must release the shift key and take a risk that pressing enter won't submit the form in order to get a newline.
Call to Action:
Make shift-enter add a newline.