diff --git a/uppsrc/CtrlLib/AKeys.cpp b/uppsrc/CtrlLib/AKeys.cpp index 6ca52830e..4d4966b4e 100644 --- a/uppsrc/CtrlLib/AKeys.cpp +++ b/uppsrc/CtrlLib/AKeys.cpp @@ -301,7 +301,7 @@ dword ParseKeyDesc(CParser& p) ONCELOCK { extern Tuple KeyNames__[]; for(int i = 0; KeyNames__[i].a; i++) { - String n = KeyNames__[i].b; + String n = Filter(KeyNames__[i].b, CharFilterNoSpace); int q = n.Find('\v'); if(q) n = n.Mid(q + 1);