mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-12-31 18:52:12 +00:00
input: remove physical_key from the key event (all keys are physical)
This commit is contained in:
@@ -2190,7 +2190,6 @@ test "legacy: hu layout ctrl+ő sends proper codepoint" {
|
||||
var enc: KeyEncoder = .{
|
||||
.event = .{
|
||||
.key = .bracket_left,
|
||||
.physical_key = .bracket_left,
|
||||
.mods = .{ .ctrl = true },
|
||||
.utf8 = "ő",
|
||||
.unshifted_codepoint = 337,
|
||||
|
||||
Reference in New Issue
Block a user