- Ignore self._candidates_delay_milliseconds when OSK is in use (Resolves: #695)
- Do not show frequency debugging information in the looup table when OSK is active
- Improve instantiation speed of EmojiMatcher: Use @functools.lru_cache(maxsize=500_000) to cache the variation_selector_normalize() method