# HG changeset patch # User sam # Date 1730297982 -25200 # Node ID 04374630287485ee7ca27000e9e84873d8bab878 # Parent 67e8391ffc67966fec362bd0238101d6c501c1ec fix: compile with nim 2.2 diff -r 67e8391ffc67 -r 043746302874 semicongine/rendering/platform/linux.nim --- a/semicongine/rendering/platform/linux.nim Sat Oct 26 14:52:06 2024 +0700 +++ b/semicongine/rendering/platform/linux.nim Wed Oct 30 21:19:42 2024 +0700 @@ -42,27 +42,27 @@ 24: Q, 25: W, 26: E, - 27: R, + 27: Key.R, 28: T, - 29: Y, + 29: Key.Y, 30: U, 31: I, - 32: O, + 32: Key.O, 33: P, 38: A, 39: S, 40: D, 41: Key.F, - 42: G, + 42: Key.G, 43: H, 44: J, 45: K, 46: L, - 52: Z, - 53: X, + 52: Key.Z, + 53: Key.X, 54: C, 55: V, - 56: B, + 56: Key.B, 57: N, 58: M, 23: Tab, @@ -88,8 +88,8 @@ 61: LetterRow3Extra3, 111: Up, 116: Down, - 113: Left, - 114: Right, + 113: Key.Left, + 114: Key.Right, 112: PageUp, 117: PageDown, 110: Home,