remove old code

This commit is contained in:
FunkyFr3sh 2023-08-13 02:05:43 +02:00
parent 38453e3a09
commit 809a70f366

View file

@ -1055,9 +1055,6 @@ void __fastcall TConfigForm::HotkeyEdtKeyDown(TObject *Sender, WORD &Key, TShift
else if (GetAsyncKeyState(VK_RCONTROL) & 0x8000) {
edit->Text = GetKeyText(VK_RCONTROL);
}
else if (GetAsyncKeyState(VK_RSHIFT) & 0x8000) {
edit->Text = GetKeyText(VK_RSHIFT);
}
else {
edit->Text = GetKeyText(Key);
}