mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-05 12:57:50 +00:00
@@ -945,6 +945,9 @@ extension Ghostty {
|
||||
default: return
|
||||
}
|
||||
|
||||
// If we're in the middle of a preedit, don't do anything with mods.
|
||||
if hasMarkedText() { return }
|
||||
|
||||
// The keyAction function will do this AGAIN below which sucks to repeat
|
||||
// but this is super cheap and flagsChanged isn't that common.
|
||||
let mods = Ghostty.ghosttyMods(event.modifierFlags)
|
||||
|
||||
Reference in New Issue
Block a user