Fix send_string (#206)
This commit is contained in:
parent
02a9a088a0
commit
88e3fe45d4
@ -42,7 +42,7 @@ def send_string(message):
|
||||
seq = []
|
||||
|
||||
for char in message:
|
||||
kc = KC[char]
|
||||
kc = getattr(KC, char.upper())
|
||||
|
||||
if char.isupper():
|
||||
kc = KC.LSHIFT(kc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user