I\'ve created a basic extension for Google Chrome to change the behavior of which tab is selected when you close a tab so that the selected tab is the last one you had selec
Unfortunately there's no way to hook into global hotkeys. The best you can do is add a window event keypress listener.
Source: a Chromium developer post on the chromium-extensions group.