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