mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
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:
parent
a8696b567e
commit
6cd72bdee6
2 changed files with 7 additions and 5 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue