fix "u" and "o" swappage in RageInput

This commit is contained in:
Jared Roberts
2002-09-16 22:20:28 +00:00
parent 9de0c5029a
commit dba6d11a07
+1 -1
View File
@@ -281,7 +281,7 @@ bool DeviceInput::fromString( const CString &s )
static const char dik_charmap[] = {
/* 0 1 2 3 4 5 6 7 8 9 A B C D E F */
/* 0x0x */ 0, 0,'1','2','3','4','5','6','7', '8','9', '0','-','=', 0, 0,
/* 0x1x */ 'q','w','e','r','t','y','o','i','u', 'p','[', ']', 0, 0,'a','s',
/* 0x1x */ 'q','w','e','r','t','y','u','i','o', 'p','[', ']', 0, 0,'a','s',
/* 0x2x */ 'd','f','g','h','j','k','l',';','\'', 0, 0,'\\','z','x','c','v',
/* 0x3x */ 'b','n','m',',','.','/', 0,'*', 0, ' ', 0, 0, 0, 0, 0, 0,
/* 0x4x */ 0, 0, 0, 0, 0, 0, 0,'7','8', '9','-', '4','5','6','+','1',