mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +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,
|
.z => .z,
|
||||||
.zero => .zero,
|
.zero => .zero,
|
||||||
.one => .one,
|
.one => .one,
|
||||||
.two => .three,
|
.two => .two,
|
||||||
.three => .four,
|
.three => .three,
|
||||||
.four => .four,
|
.four => .four,
|
||||||
.five => .five,
|
.five => .five,
|
||||||
.six => .six,
|
.six => .six,
|
||||||
|
Reference in New Issue
Block a user