Bug 105885 Drag-drop reordering of tabs

Patch: r=jag sr=neil
Artwork: by Neil r=timeless
This commit is contained in:
cst%andrew.cmu.edu 2006-09-14 06:11:20 +00:00
Родитель c0cd4da0aa
Коммит 39f072190f
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -123,6 +123,15 @@
<keyset id="viewZoomKeys"/>
<keyset id="navigationKeys"/>
<keyset id="tasksKeys"/>
<!-- Tab reordering keys -->
<key id="key_moveTabLeft" keycode="VK_LEFT" modifiers="accel" oncommand="gBrowser.moveTabLeft()"/>
<key id="key_moveTabRight" keycode="VK_RIGHT" modifiers="accel" oncommand="gBrowser.moveTabRight()"/>
<key id="key_moveTabBackward" keycode="VK_UP" modifiers="accel" oncommand="gBrowser.moveTabBackward()"/>
<key id="key_moveTabForward" keycode="VK_DOWN" modifiers="accel" oncommand="gBrowser.moveTabForward()"/>
<key id="key_moveTabToStart" keycode="VK_HOME" modifiers="accel" oncommand="gBrowser.moveTabToStart()"/>
<key id="key_moveTabToEnd" keycode="VK_END" modifiers="accel" oncommand="gBrowser.moveTabToEnd()"/>
</keyset>
<commandset id="commands">