How to detect CTRL+A in other applications using Delphi

后端 未结 0 1293
暗喜
暗喜 2021-01-06 00:08

I need to detect Ctrl+A keystrokes whenever user presses them. Here is what I did so far

procedure TForm1.Timer1Timer(Sender: TObject);
begin
  if (GetKeyStat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题