Autohotkey Script to reliably bring an application to the forefront -


i'm looking autohotkey script (or else matter) allow me associate bringing application forefront keyboard shortcut (preferably function key).

very basic solution. create new .ahk script , run. when press f7 window activated. edit hotkey labelled (keep double colon). edit window title want activated.

settitlematchmode, 2       ;// matches partial window titles   f7::                       ;// hotkey    winactivate, firefox    ;// activate window title return 

Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -