This commit is contained in:
Julian Barathieu 2020-01-20 20:06:26 +01:00
parent e8deefc741
commit 5b4f009be5
1 changed files with 2 additions and 2 deletions

View File

@ -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;