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:
@@ -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 '/'.
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user