forked from Lainports/opnsense-ports
11 lines
248 B
C
11 lines
248 B
C
--- CRT.c.orig 2016-03-07 21:32:06 UTC
|
|
+++ CRT.c
|
|
@@ -125,7 +125,7 @@ void CRT_fatalError(const char* note) __
|
|
|
|
void CRT_handleSIGSEGV(int sgn);
|
|
|
|
-#define KEY_ALT(x) KEY_F(60) + (x - 'A')
|
|
+#define KEY_ALT(x) (KEY_F(64 - 26) + (x - 'A'))
|
|
|
|
}*/
|
|
|