https://github.com/jreybert/move-tabs
New shortcuts to move the tabs into firefox
https://github.com/jreybert/move-tabs
Last synced: about 1 year ago
JSON representation
New shortcuts to move the tabs into firefox
- Host: GitHub
- URL: https://github.com/jreybert/move-tabs
- Owner: jreybert
- License: gpl-3.0
- Created: 2010-12-22T09:30:16.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-02-20T08:59:39.000Z (over 14 years ago)
- Last Synced: 2025-01-27T11:50:07.923Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/220875/
- Size: 136 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Define your own shortcuts to move the tabs into firefox
Overview
--------
Since Firefox 3.5, move a tab in the tab bar using the keyboard became a problem. You must have the focus on the tab bar in order to make the shortcuts **Ctrl Left** and **Ctrl Right** work, and click is not enough. To do so, the easiest way is **Ctrl k** to focus the search toolbar then **Tab** to focus the tab bar.
This "solution" is just a work around, and a little bit too coplicated to only move a simple tab. This plugin allows you to choose your own shortcuts to move the tabs. Defaults shortcuts are:
- **Ctrl Shift** + **PageUp** or **PageDown** to move along the tab bar.
- **Ctrl Shift** + **Home** or **End** to move at both ends.
The focus problem is discussed here:
- [Bugzilla][https://bugzilla.mozilla.org/show_bug.cgi?id=462289]
- [Mozilla Support][http://support.mozilla.com/en-US/questions/668925]
- [MozillaZine][http://forums.mozillazine.org/viewtopic.php?f=23&t=1304895]