mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
input: get_current_modifiers(): don’t crash if seat has no keyboard
Closes #963
This commit is contained in:
parent
cc8e86fd2d
commit
6e536e7ed8
2 changed files with 19 additions and 6 deletions
|
|
@ -46,6 +46,7 @@
|
|||
* `[key-bindings].scrollback-home|end` options.
|
||||
* Socket activation for `foot --server` and accompanying systemd unit files
|
||||
|
||||
|
||||
### Changed
|
||||
|
||||
* Minimum required meson version is now 0.58.
|
||||
|
|
@ -62,6 +63,7 @@
|
|||
The kitty keyboard protocol (added in release 1.10.3) can
|
||||
be used to similar effect.
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
* Build: missing `wayland_client` dependency in `test-config`
|
||||
|
|
@ -79,6 +81,8 @@
|
|||
(https://codeberg.org/dnkl/foot/issues/943).
|
||||
* Key binding collisions not detected for bindings specified as option
|
||||
overrides on the command line.
|
||||
* Crash when seat has no keyboard
|
||||
(https://codeberg.org/dnkl/foot/issues/963).
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue