small typo

pull/11/head
Paco Hope 2022-08-06 22:42:30 -04:00
parent ebcaa9dbe1
commit 4ffd3638cf
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ def impulseShortcuts(instruction):
}
if cmd in shortcuts:
for sc, expansion in shortcuts.items():
if cmd == shortcut:
if cmd == sc:
splitCommand[0] = expansion
break
instruction = ' '.join(splitCommand)