try to use translated key names

This commit is contained in:
FunkyFr3sh 2023-09-25 02:30:35 +02:00
parent f0816d26a6
commit da0ccd99e8
2 changed files with 47 additions and 43 deletions

View file

@ -124,7 +124,8 @@ private: // Benutzer-Deklarationen
void ApplyTranslation(TIniFile *ini);
System::UnicodeString GetKeyText(WORD key);
WORD GetKeyCode(System::UnicodeString key);
System::UnicodeString TranslateShortCut(System::UnicodeString text);
WORD TextToKey(System::UnicodeString Text);
System::UnicodeString KeyToText(WORD key);
public: // Benutzer-Deklarationen
__fastcall TConfigForm(TComponent* Owner);
};