| commit | 82b14e3a5130f24698165c41fcedc434ca180709 |
| parent | 53b2354a2d |
| author | Lucas Galante <[email protected]> |
| date | 2026-05-26 15:19 |
Update system configuration and interface modules
src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 2f8ec91..fda8edd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5310,6 +5310,7 @@ impl AppState { logical_key, text: event.utf8.clone(), repeat: false, + ctrl: st.modifiers.ctrl, }; let ev = WindowEvent::KeyboardInput { event: custom_event };