mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-06 16:15:45 +01:00
Merge branch 'master' of vimperator.org:/git/vimperator/liberator
This commit is contained in:
@@ -5,12 +5,9 @@ BUGS:
|
|||||||
- broken commands:
|
- broken commands:
|
||||||
- SB doesn't support tab-undo yet so :undo and "u" etc don't work
|
- SB doesn't support tab-undo yet so :undo and "u" etc don't work
|
||||||
- :tabduplicate
|
- :tabduplicate
|
||||||
- :back/H, :forward,L
|
- :open songbird-internal-search searchString (broken because SB intercepts queries to this engine)
|
||||||
- :open songbird-internal-search searchString
|
|
||||||
Is this workable anyway? --djk
|
|
||||||
- <C-^> is off by one when alternating with the media tab
|
- <C-^> is off by one when alternating with the media tab
|
||||||
- numbered tabs
|
- numbered tabs
|
||||||
- default search
|
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
9 '?' - Reusing '/'.
|
9 '?' - Reusing '/'.
|
||||||
|
|||||||
@@ -105,6 +105,8 @@ const config = { //{{{
|
|||||||
["import", "Import Preferences, Bookmarks, History, etc. from other browsers",
|
["import", "Import Preferences, Bookmarks, History, etc. from other browsers",
|
||||||
function () { window.BrowserImport(); }],
|
function () { window.BrowserImport(); }],
|
||||||
*/
|
*/
|
||||||
|
["jumpto", "Jump to a media item",
|
||||||
|
function () { onJumpToFileKey(); }],
|
||||||
["newsmartplaylist", "Open the file selector dialog",
|
["newsmartplaylist", "Open the file selector dialog",
|
||||||
function () { SBNewSmartPlaylist(); }],
|
function () { SBNewSmartPlaylist(); }],
|
||||||
["openfile", "Open the file selector dialog",
|
["openfile", "Open the file selector dialog",
|
||||||
|
|||||||
@@ -42,6 +42,7 @@ Available dialogs:
|
|||||||
*console* JavaScript console
|
*console* JavaScript console
|
||||||
*dominspector* DOM Inspector
|
*dominspector* DOM Inspector
|
||||||
*downloads* Manage Downloads
|
*downloads* Manage Downloads
|
||||||
|
*jumpto* Jump to a media item
|
||||||
*newsmartplaylist* Create a new smart playlist
|
*newsmartplaylist* Create a new smart playlist
|
||||||
*openfile* Open the file selector dialog
|
*openfile* Open the file selector dialog
|
||||||
*pagesource* View page source
|
*pagesource* View page source
|
||||||
|
|||||||
Reference in New Issue
Block a user