mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
apprt: Fix key callback input key assignments
Prior to this commit, two and three were not properly assigned. This commit updates that to assign two to two, and three to three.
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