Add command line: -capslock=off (#1187)

This commit is contained in:
tomcw
2023-02-27 22:42:57 +00:00
parent 9cf3d00288
commit 453268a302
3 changed files with 10 additions and 0 deletions
+5
View File
@@ -63,6 +63,11 @@ void KeybSetAltGrSendsWM_CHAR(bool state)
g_bAltGrSendsWM_CHAR = state;
}
void KeybSetCapsLock(bool state)
{
g_bCapsLock = state;
}
//===========================================================================
void KeybReset()