mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 07:17:41 +00:00
Add command line: -capslock=off (#1187)
This commit is contained in:
@@ -63,6 +63,11 @@ void KeybSetAltGrSendsWM_CHAR(bool state)
|
||||
g_bAltGrSendsWM_CHAR = state;
|
||||
}
|
||||
|
||||
void KeybSetCapsLock(bool state)
|
||||
{
|
||||
g_bCapsLock = state;
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
|
||||
void KeybReset()
|
||||
|
||||
Reference in New Issue
Block a user