listHold() had a wrong string
parent
4b834a1699
commit
94abdb0195
|
@ -178,7 +178,7 @@ def listHold(key, options):
|
|||
oldBindOrAlias = bindOrAlias
|
||||
bindOrAlias = 'alias'
|
||||
ret = impulse(f'+{key}_press', options["press"]) +\
|
||||
impulse(f'-{key}_release', options["release"])
|
||||
impulse(f'-{key}_press', options["release"])
|
||||
|
||||
bindOrAlias = oldBindOrAlias
|
||||
|
||||
|
|
Loading…
Reference in New Issue