config: do key binding collision handling in overrides

This ensures we detect, and handle, collisions also for key-bindings
specified as overrides.
This commit is contained in:
Daniel Eklöf 2022-02-08 21:21:17 +01:00
parent 0018e570d4
commit cff097197f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 19 additions and 18 deletions

View file

@ -72,6 +72,8 @@
* Exit code being 0 when a foot server with no open windows terminate
due to e.g. a Wayland connection failure
(https://codeberg.org/dnkl/foot/issues/943).
* Key binding collisions not detected for bindings specified as option
overrides on the command line.
### Security