input: remove physical_key from the key event (all keys are physical)

This commit is contained in:
Mitchell Hashimoto
2025-05-08 20:53:09 -07:00
parent 11a623aa17
commit 5962696c3b
8 changed files with 6 additions and 21 deletions

View File

@@ -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,