This commit is contained in:
parent
e8deefc741
commit
5b4f009be5
|
@ -46,7 +46,7 @@ static void KeybPrint(uchar _code)
|
|||
: (shiftPressed ? LeftShiftScanCodes
|
||||
: RegularScanCodes)));
|
||||
|
||||
if (capsLockActive && (FLAGS(code) & CAPSLOCK))
|
||||
if ((capsLockActive && (FLAGS(code) & CAPSLOCK))
|
||||
&& !(altPressed || controlPressed)) {
|
||||
if (shiftPressed)
|
||||
table = RegularScanCodes;
|
||||
|
|
Loading…
Reference in New Issue