Wayland: Add support for the text input protocol

Fixes #3410
This commit is contained in:
Kovid Goyal 2021-03-24 11:14:14 +05:30
parent 67445a22d3
commit 317ecbc9fa
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 57 additions and 17 deletions

View file

@ -144,6 +144,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Wayland: Fix key repeat being stopped by the release of an unrelated key
(:iss:`2191`)
- Wayland: Add support for the text input protocol (:iss:`3410`)
- Add an option, :opt:`detect_urls` to control whether kitty will detect URLs
when the mouse moves over them (:pull:`3118`)