Advertisement
bergius

AHK script to make Ctrl-Tab sort of work in Chrome

Oct 10th, 2012
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Workaround for the epic retardedness that is Chrome's lack of MRU tab switching.
  2. ; This workaround is suboptimal, but better than the default behavior.
  3. ; Install a MRU tab switching extension, like https://chrome.google.com/webstore/detail/recent-tabs/ocllfmhjhfmogablefmibmjcodggknml.
  4. ; Configure it to use Ctrl-Q, or change the key below.
  5. #IfWinActive, ahk_class Chrome_WidgetWin_1
  6. ^Tab::^q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement