1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 08:42:27 +01:00

Merge branch 'master' of vimperator.org:/git/vimperator/liberator

This commit is contained in:
Conrad Irwin
2009-04-02 11:36:57 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -5,12 +5,9 @@ BUGS:
- broken commands:
- SB doesn't support tab-undo yet so :undo and "u" etc don't work
- :tabduplicate
- :back/H, :forward,L
- :open songbird-internal-search searchString
Is this workable anyway? --djk
- :open songbird-internal-search searchString (broken because SB intercepts queries to this engine)
- <C-^> is off by one when alternating with the media tab
- numbered tabs
- default search
FEATURES:
9 '?' - Reusing '/'.

View File

@@ -105,6 +105,8 @@ const config = { //{{{
["import", "Import Preferences, Bookmarks, History, etc. from other browsers",
function () { window.BrowserImport(); }],
*/
["jumpto", "Jump to a media item",
function () { onJumpToFileKey(); }],
["newsmartplaylist", "Open the file selector dialog",
function () { SBNewSmartPlaylist(); }],
["openfile", "Open the file selector dialog",

View File

@@ -42,6 +42,7 @@ Available dialogs:
*console* JavaScript console
*dominspector* DOM Inspector
*downloads* Manage Downloads
*jumpto* Jump to a media item
*newsmartplaylist* Create a new smart playlist
*openfile* Open the file selector dialog
*pagesource* View page source