better ctrl detection

This commit is contained in:
Mwa
2026-03-16 20:04:25 +01:00
parent 56fcfb5230
commit 7713564d79

View File

@@ -94,8 +94,7 @@ impl<'a> ApplicationHandler for App<'a> {
#[cfg(feature = "rich_keyboard")]
{
let kb0 = key_event
.logical_key
.to_text()
.text_with_all_modifiers()
.unwrap_or("")
.as_bytes()
.into_iter()