mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Merge pull request #1103 from mitchellh/apprt/num-mismatch
apprt: Fix key callback input key assignments
This commit is contained in:
@ -821,8 +821,8 @@ pub const Surface = struct {
|
||||
.z => .z,
|
||||
.zero => .zero,
|
||||
.one => .one,
|
||||
.two => .three,
|
||||
.three => .four,
|
||||
.two => .two,
|
||||
.three => .three,
|
||||
.four => .four,
|
||||
.five => .five,
|
||||
.six => .six,
|
||||
|
Reference in New Issue
Block a user