Mac Hotkey for Tab Moving
2 ratings
)Overview
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)
5 out of 52 ratings
Google doesn't verify reviews. Learn more about results and reviews.
Details
- Version0.1.0
- UpdatedApril 11, 2017
- Offered bydaniel.seehausen
- Size272KiB
- LanguagesEnglish
- Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
Support
For help with questions, suggestions, or problems, visit the developer's support site