try to use translated key names
This commit is contained in:
parent
f0816d26a6
commit
da0ccd99e8
2 changed files with 47 additions and 43 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue