Skip to content

template: Use KeyboardEvent.key to focus search input

Emmanuele Bassi requested to merge issue-151 into main

The code field is the hardware keycode, which is independent of layout; we want to focus the search input when the user pressed the "S" key on their keyboard.

Fixes: #151 (closed)

Merge request reports