2

Ctrl + Enter should work for posting `new posts`/`comments` and Esc for cancelling on devRant in browser.

Comments
  • 0
    Key binds are hard in webdev, + most of those keybinds are used by browsers anyway
  • 1
    @redpanda101 these keybindings are defaults to input fields.

    Ctrl + Enter is default for text field and Enter is default for text inputs in for doing form submission. So I am assuming someone messed up the form submission for doing validations and didn't delegate submit event properly.
Add Comment