fill numlock, scroll and capslock state information
This commit is contained in:
@@ -13,6 +13,8 @@ input = {
|
||||
'lastInputTime':time.time(),
|
||||
'oldNumLock': True,
|
||||
'newNumLock':True,
|
||||
'oldScrollLock': True,
|
||||
'newScrollLock':True,
|
||||
'oldCapsLock':False,
|
||||
'newCapsLock':False
|
||||
}
|
||||
|
Reference in New Issue
Block a user