input: do not include consumed modifiers in the set sent to the client

When sending a key escape sequence to the client application, do not
include consumed modifiers.

Fixes part of #376
This commit is contained in:
Daniel Eklöf 2021-02-26 20:54:42 +01:00
parent a8696b567e
commit 6cd72bdee6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 7 additions and 5 deletions

View file

@ -78,6 +78,8 @@
**must** now be written as either `Control+C` or `Control+Shift+c`,
the latter being the preferred
variant. (https://codeberg.org/dnkl/foot/issues/376)
* Consumed modifiers are no longer sent to the client application
(https://codeberg.org/dnkl/foot/issues/376).
* The minimum version requirement for the libxkbcommon dependency is
now 1.0.0.