fix "u" and "o" swappage in RageInput
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user