use english key names for now

This commit is contained in:
FunkyFr3sh 2023-09-25 00:42:45 +02:00
parent 02aa3bc0d9
commit f0816d26a6
2 changed files with 47 additions and 5 deletions

View file

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