procedure TFormKeyboard.FormKeyPress(Sender: TObject; var Key: char);begin case Key of 'A': begin Form1.Memo1.SetFocus; Form1.Memo1.SelText := 'A'; FormKeyboard.BringToFront; end;end;
Keep in mind that the modifications are windows only