chore: latest typos

This commit is contained in:
Kirill Chibisov 2025-11-01 19:56:29 +09:00
parent 7a21858d29
commit 779f52a21f
4 changed files with 4 additions and 4 deletions

View file

@ -115,7 +115,7 @@ pub(crate) fn create_key_event(ns_event: &NSEvent, is_press: bool, is_repeat: bo
let logical_key = match text_with_all_modifiers.as_ref() {
// Only checking for ctrl and cmd here, not checking for alt because we DO want to
// include its effect in the key. For example if -on the Germay layout- one
// include its effect in the key. For example if -on the German layout- one
// presses alt+8, the logical key should be "{"
// Also not checking if this is a release event because then this issue would
// still affect the key release.