Use um script AutoHotkey que emprega WinActivate :
!c::
SetTitleMatchMode, 2
IfWinExist, Chrome
{
WinActivate
return
}
!d::
SetTitleMatchMode, 2
IfWinExist, Dreamweaver
{
WinActivate
return
}
!p::
SetTitleMatchMode, 2
IfWinExist, Photoshop
{
WinActivate
return
}