Skip to content

boika/chrome-ctrl-tab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Chrome Ctrl+Tab tabs switching for Windows

Currently it's possible to switch between chrome browser tabs in the order they were visited before. Hit Ctrl+Shift+A to list all opened tabs, navigate them using arrows if needed and finally press Enter. Unfortunately, it's still impossible to do that natively via handy Ctrl+Tab hotkey.

It can be achieved in Windows using AutoHotkey automation tool. Install v2.0, and run the script:

.\AutoHotkey[32|64].exe chrome-ctrl+tab.ahk


Ctrl+Tab and Ctrl+Shift+Tab, arrows navigation and Esc will work the way you expected.

Instead of starting AutoHotkey manually, create shortcut for .\AutoHotkey[32|64].exe chrome-ctrl+tab.ahk target and add it to startup system folder.

About

Ctrl+Tab switching between last used tabs in Chrome browser

Resources

Stars

Watchers

Forks