remove old code
This commit is contained in:
parent
38453e3a09
commit
809a70f366
1 changed files with 0 additions and 3 deletions
|
@ -1055,9 +1055,6 @@ void __fastcall TConfigForm::HotkeyEdtKeyDown(TObject *Sender, WORD &Key, TShift
|
||||||
else if (GetAsyncKeyState(VK_RCONTROL) & 0x8000) {
|
else if (GetAsyncKeyState(VK_RCONTROL) & 0x8000) {
|
||||||
edit->Text = GetKeyText(VK_RCONTROL);
|
edit->Text = GetKeyText(VK_RCONTROL);
|
||||||
}
|
}
|
||||||
else if (GetAsyncKeyState(VK_RSHIFT) & 0x8000) {
|
|
||||||
edit->Text = GetKeyText(VK_RSHIFT);
|
|
||||||
}
|
|
||||||
else {
|
else {
|
||||||
edit->Text = GetKeyText(Key);
|
edit->Text = GetKeyText(Key);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue