listHold() had a wrong string

main
Nicholas Hope 2022-08-20 15:17:03 -04:00
parent 4b834a1699
commit 94abdb0195
1 changed files with 1 additions and 1 deletions

View File

@ -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