config, doc, changelog: move selection-override-modifiers to [mouse-bindings] and validate other case

specifically, check for conflicts both when mouse bindings are set and when the selection-override-modifiers setting itself is set
This commit is contained in:
feeptr@codeberg.org 2021-11-29 22:06:35 +00:00
parent 46cadee80f
commit b52cd67467
4 changed files with 41 additions and 25 deletions

View file

@ -38,9 +38,9 @@
## Unreleased
### Added
* `[mouse].selection-override-modifiers` option, specifying which modifiers
to hold to override mouse grabs by client applications and force selection
instead.
* `[mouse-bindings].selection-override-modifiers` option, specifying
which modifiers to hold to override mouse grabs by client
applications and force selection instead.
### Changed