>>569
chromeかつ"Google 検索"の場合
ホットキー:NUMPAD7
if(sp.ForegroundWindow().Process.MainModule.ModuleName == "chrome.exe" && sp.ForegroundWindow().Title.indexOf("Google 検索") > -1)
sp.SendVKey(vk.HOME);
else
sp.SendVKey(vk.NUMPAD7);

タイトル取得は>>286を参考に