Mac Hotkey for Tab Moving

Rate / votes
More than 5 users worldwide
Current version: 0.1.0
Price: FREE
Download extension
Like this extension ? Like/Share it!
Reorder tabs with cmd+shift+p and cmd+shift+\.This extension adds two hotkeys:

cmd + shift + P (move current tab left: wraps if at index/position 0)
cmd + shift + O (move current tab right: wraps if at index/position len(tabcount))

Why '\\' was not used:
Using plain window level javascript, keydown/press/up events are not capture-able when the focus is on the address bar or other non-window chrome elements (i.e. everything outside of the current loaded page). Because of this, the extension makes use of a lower level key input capture (at the chrome application level) to catch hotkey input. Unfortunately, only a-zA-Z and 0-9 can be captured, disqualifying '\\' :(

If your keys are already bound (shouldn't be by default), you will need to re-bind them in your chrome extensions options page (scroll to the bottom)

Reviews of Mac Hotkey for Tab Moving extension

Similar extension