Skip to content

Instantly share code, notes, and snippets.

Created July 15, 2015 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e73c929838317463063c to your computer and use it in GitHub Desktop.
Save anonymous/e73c929838317463063c to your computer and use it in GitHub Desktop.
AutoHotKey script to enable Ctrl+Tab MRU tab switching for Chrome w/ CLUT extension
SetTitleMatchMode, 2
#IfWinActive ahk_class Chrome_WidgetWin_1
^Tab::Send !w
#IfWinActive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment