1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

egui-winit: Fix shift key getting stuck with shift:both_capslock X11 option set (#849)

Listen for modifiers using ModifiersChanged
This commit is contained in:
5225225
2021-11-01 20:34:06 +00:00
committed by GitHub
parent 09b8269326
commit 461f380a24
2 changed files with 14 additions and 22 deletions

View File

@@ -5,6 +5,8 @@ All notable changes to the `egui-winit` integration will be noted in this file.
## Unreleased
### Fixed 🐛
* Fix shift key getting stuck enabled with the X11 option `shift:both_capslock` enabled ([#849](https://github.com/emilk/egui/pull/849)).
## 0.15.0 - 2021-10-24
First stand-alone release. Previously part of `egui_glium`.