Add `!event.isComposing` guards to the arrow-key and Enter handlers
in the search modal. This prevents keydown events fired during IME
composition (e.g. Japanese input) from being intercepted:
- Arrow keys no longer move result selection while choosing candidates
- Enter no longer navigates to a result while confirming a character
Closes#626