Open Thurion666 opened 2 years ago
I don't use the left bracket in my bindings and thus didn't run into this. You will have to add it to get_bindings() routine
convert_to_direct_keys = {
'Key_LeftShift':'LShift',
'Key_RightShift':'RShift',
'Key_LeftAlt':'LAlt',
'Key_RightAlt':'RAlt',
'Key_LeftControl':'LControl',
'Key_RightControl':'RControl',
'Key_LeftBracket':'LBracket',
'Key_RightBracket':'RBracket'
}
DIK_LBracket, so you are missing this special conversion, I added the right bracket too for completeness. I'm pretty sure this is it
Welp, i've been trying for so long now, but i can't get past this single error.