mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -05:00
changelog: reword, and remove section that no longer applies
This commit is contained in:
parent
a43614f098
commit
0d8c7db962
1 changed files with 2 additions and 7 deletions
|
|
@ -68,18 +68,13 @@
|
||||||
colors has not configured) is now done by linear RGB interpolation,
|
colors has not configured) is now done by linear RGB interpolation,
|
||||||
rather than converting to HSL and adjusting the luminance
|
rather than converting to HSL and adjusting the luminance
|
||||||
([#2006][2006]).
|
([#2006][2006]).
|
||||||
* XKB: virtual modifiers in keyboard events from the compositor are
|
* Virtual modifiers in keyboard events from the compositor are now
|
||||||
now ignored. This works around various issues seen when running foot
|
supported. This works around various issues seen when running foot
|
||||||
under mutter (GNOME) ([#2009][2009]):
|
under mutter (GNOME) ([#2009][2009]):
|
||||||
- Some key combinations generating the wrong escape sequence in the
|
- Some key combinations generating the wrong escape sequence in the
|
||||||
kitty keyboard protocol.
|
kitty keyboard protocol.
|
||||||
- some of foot's default shortcuts not working (mainly those using
|
- some of foot's default shortcuts not working (mainly those using
|
||||||
`Mod1`) out of the box.
|
`Mod1`) out of the box.
|
||||||
- **Note: if you have custom key bindings in `foot.ini` that
|
|
||||||
includes one or more of the `Alt`, `Meta`, `Super`, `Hyper`,
|
|
||||||
`NumLock`, `ScrollLock`, `LevelThree` or `LevelFive` modifiers,
|
|
||||||
you need to update them; i.e. remove the virtual modifier(s),
|
|
||||||
leaving only the real modifiers (`Mod1`, `Mod2` etc).**
|
|
||||||
* Virtual modifiers (e.g. `Alt` instead of `Mod1`, `Super` instead of
|
* Virtual modifiers (e.g. `Alt` instead of `Mod1`, `Super` instead of
|
||||||
`Mod4` etc) in key bindings are now recognized as being virtual, and
|
`Mod4` etc) in key bindings are now recognized as being virtual, and
|
||||||
are automatically mapped to the corresponding real modifier. This
|
are automatically mapped to the corresponding real modifier. This
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue