git.lucas.co / cce-designer
graphic design tool
git clone https://git.lucas.co/cce-designer.git

commit82b14e3a5130f24698165c41fcedc434ca180709
parent53b2354a2d
authorLucas Galante <[email protected]>
date2026-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 };