better ctrl detection
This commit is contained in:
@@ -94,8 +94,7 @@ impl<'a> ApplicationHandler for App<'a> {
|
|||||||
#[cfg(feature = "rich_keyboard")]
|
#[cfg(feature = "rich_keyboard")]
|
||||||
{
|
{
|
||||||
let kb0 = key_event
|
let kb0 = key_event
|
||||||
.logical_key
|
.text_with_all_modifiers()
|
||||||
.to_text()
|
|
||||||
.unwrap_or("")
|
.unwrap_or("")
|
||||||
.as_bytes()
|
.as_bytes()
|
||||||
.into_iter()
|
.into_iter()
|
||||||
|
|||||||
Reference in New Issue
Block a user