Merge pull request #1103 from mitchellh/apprt/num-mismatch

apprt: Fix key callback input key assignments
This commit is contained in:
Mitchell Hashimoto
2023-12-15 12:33:36 -08:00
committed by GitHub

View File

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