Skip to content

Enhancement: Keys Left, RIght and Space always use custom behaviour

Closes #87 (closed)

This MR improves keyboard controls by capturing the Space, Left and Right keys before they're used for interacting with the focused elements.

Since the correct keyboard controls don't depend on a specific element being focused anymore, the seek bar doesn't need to run grab_focus() (which sometimes moved your cursor away while using it).

Merge request reports