Add basic keyboard support #202
This adds basic keyboard support on the search results page: ArrowUp or k - focus previous result ArrowDown or j - focus next result / focus search box Because this just focuses links in the search result items hitting Enter (or ctrl/cmd + Enter) when an item is focused - will open the search result (because the link is already focused and this is browser's default behaviour).
app/static/js/keyboard.js
0 → 100644
Please register or sign in to comment