leixingyu / unrealScriptEditor

Unreal Engine equivalent Maya Python Script Editor
MIT License
46 stars 7 forks source link

unknown/random key combo error trigger #9

Open leixingyu opened 1 year ago

leixingyu commented 1 year ago

Error: <class 'IndexError'>: pop from empty list File "\unreal_script_editor\codeEditor\codeEditor.py", line 120, in keyReleaseEvent self.pressed_keys.pop()

hannesdelbeke commented 1 year ago

do you have any more info about when this happened? e.g. you were typing in a text field, or you were not using the tool but it was open. what keys it could be

leixingyu commented 1 year ago

I'm planning to do more digging next week, but I think it was an "alt + tab" key combo and then some copy-pasting trigged it