fill numlock, scroll and capslock state information

This commit is contained in:
chrys
2016-09-18 03:22:54 +02:00
parent 58075e05d4
commit b588957fb0
3 changed files with 51 additions and 8 deletions

View File

@@ -13,6 +13,8 @@ input = {
'lastInputTime':time.time(),
'oldNumLock': True,
'newNumLock':True,
'oldScrollLock': True,
'newScrollLock':True,
'oldCapsLock':False,
'newCapsLock':False
}