Instantly share code, notes, and snippets.
Last active
September 14, 2019 15:10
-
Star
0
(0)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
Save Ash258/daeb1148f9293233996d0e9d43bb8148 to your computer and use it in GitHub Desktop.
JDownloader menus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"items" : [ { | |
"items" : [ ], | |
"name" : "Check online status", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.CheckStatusAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : "alt pressed C", | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Move to new Package", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"setup" : { | |
"LOCATION" : "END_OF_LIST" | |
}, | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.MergeToPackageAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Mark as finished", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.MarkDownloadFinishedAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Force Download Start", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.ForceDownloadAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : "alt pressed F", | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Add New Links", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.AddLinksContextMenuAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Add Container", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.AddContainerContextMenuAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Open in browser", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.OpenInBrowserAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Show Download URLs", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.URLEditorAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Plugin Menu Entries", | |
"iconKey" : "plugin", | |
"className" : "org.jdownloader.gui.views.downloads.contextmenumanager.DownloadsTablePluginLink", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Open File", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.OpenFileAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Open Download Directory", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.OpenDirectoryAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Sort Package(s) by 'Size'", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.SortAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Disable", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"setup" : { | |
"MODE" : "AUTO" | |
}, | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.EnabledAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Skip Download", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.SkipAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Stop after this download", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.StopsignAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ { | |
"items" : [ ], | |
"name" : "Reset", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.ResetAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Split Packages By Hoster", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"setup" : { | |
"LOCATION" : "AFTER_SELECTION" | |
}, | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.SplitPackagesByHost" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Start CRC task!", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.RunCheckSumAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Adopt Checksums", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.ConfirmHashValuesDownloadAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Create DLC", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.CreateDLCAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
} ], | |
"name" : "Other", | |
"iconKey" : "batch", | |
"className" : "org.jdownloader.gui.views.downloads.context.submenu.MoreMenuContainer", | |
"actionData" : { }, | |
"type" : "CONTAINER", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Delete", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"name" : "Delete", | |
"setup" : { | |
"DELETEALL" : true, | |
"DELETEMODE" : "REMOVE_LINKS_ONLY" | |
}, | |
"iconKey" : "delete", | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.GenericDeleteFromDownloadlistContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : "pressed DELETE", | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Open Properties Panel", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.PropertiesAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Open Menu Manager", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.MenuManagerAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ { | |
"items" : [ ], | |
"name" : "Expand/Collapse All", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.CollapseExpandContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Copy Information", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"setup" : { | |
"PATTERNLINKS" : "{type};{name};{url}", | |
"PATTERNPACKAGES" : "" | |
}, | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.CopyGenericContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
} ], | |
"name" : "More Actions...", | |
"iconKey" : "menu", | |
"className" : "org.jdownloader.gui.mainmenu.container.OptionalContainer", | |
"actionData" : { }, | |
"type" : "CONTAINER", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : false | |
} ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.MenuContainerRoot", | |
"actionData" : { }, | |
"type" : "CONTAINER", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"root" : { | |
"items" : [ { | |
"items" : [ ], | |
"name" : "Add New Links", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.AddLinksContextMenuAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.PasteContextLinksAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Add Container", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.AddContainerContextMenuAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.ConfirmLinksContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"setup" : { | |
"ITEMVISIBLEFOREMPTYSELECTION" : true, | |
"SELECTIONONLY" : false | |
}, | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.ConfirmLinksContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Plugin Menu Entries", | |
"iconKey" : "plugin", | |
"className" : "org.jdownloader.gui.views.linkgrabber.contextmenu.LinkgrabberPluginLink", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.RenameAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Show Download URLs", | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.URLEditorAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.SetDownloadFolderInLinkgrabberAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.SetDownloadPassword" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.SetCommentAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.PriorityLowestAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.PriorityLowerAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.PriorityLowAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.PriorityDefaultAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.PriorityHighAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.PriorityHigherAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.PriorityHighestAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
} ], | |
"name" : "Set Priority", | |
"iconKey" : "prio_2", | |
"className" : "org.jdownloader.gui.views.downloads.context.submenu.PriorityMenuContainer", | |
"actionData" : { }, | |
"type" : "CONTAINER", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
} ], | |
"name" : "Properties", | |
"iconKey" : "settings", | |
"className" : "org.jdownloader.gui.views.linkgrabber.contextmenu.SettingsLGSubmenu", | |
"actionData" : { }, | |
"type" : "CONTAINER", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.SortAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.EnabledAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.components.packagetable.context.CheckStatusAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.OpenInBrowserAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.extensions.extraction.contextmenu.downloadlist.action.ValidateArchivesAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.extensions.extraction.contextmenu.downloadlist.action.AutoExtractEnabledToggleAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.extensions.extraction.contextmenu.downloadlist.action.SetExtractToAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.extensions.extraction.contextmenu.downloadlist.action.SetExtractPasswordAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.extensions.extraction.contextmenu.downloadlist.action.CleanupAutoDeleteFilesEnabledToggleAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.extensions.extraction.contextmenu.downloadlist.action.CleanupAutoDeleteLinksEnabledToggleAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
} ], | |
"name" : "Cleanup after Extraction", | |
"iconKey" : "delete", | |
"className" : "org.jdownloader.extensions.extraction.contextmenu.downloadlist.CleanupSubMenu", | |
"actionData" : { }, | |
"type" : "CONTAINER", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
} ], | |
"name" : "Archive(s)", | |
"iconKey" : "extract", | |
"className" : "org.jdownloader.extensions.extraction.contextmenu.ArchivesSubMenu", | |
"actionData" : { }, | |
"type" : "CONTAINER", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.CreateDLCAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.MergeToPackageAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.SplitPackagesByHost" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
} ], | |
"name" : "Other", | |
"iconKey" : "batch", | |
"className" : "org.jdownloader.gui.views.linkgrabber.contextmenu.LinkGrabberMoreSubMenu", | |
"actionData" : { }, | |
"type" : "CONTAINER", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"name" : "Delete", | |
"setup" : { | |
"DELETEALL" : true | |
}, | |
"iconKey" : "delete", | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.GenericDeleteFromLinkgrabberContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : "pressed DELETE", | |
"visible" : true | |
}, { | |
"items" : [ { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"setup" : { | |
"DELETEALL" : true, | |
"INCLUDESELECTEDLINKS" : true, | |
"INCLUDEUNSELECTEDLINKS" : true, | |
"ITEMVISIBLEFOREMPTYSELECTION" : true | |
}, | |
"iconKey" : "reset", | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.GenericDeleteFromLinkgrabberContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"setup" : { | |
"DELETEDISABLED" : true | |
}, | |
"iconKey" : "remove_disabled", | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.GenericDeleteFromLinkgrabberContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"setup" : { | |
"DELETEDUPES" : true | |
}, | |
"iconKey" : "remove_dupes", | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.GenericDeleteFromLinkgrabberContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"setup" : { | |
"DELETEOFFLINE" : true | |
}, | |
"iconKey" : "remove_offline", | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.GenericDeleteFromLinkgrabberContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"setup" : { | |
"DELETEALL" : true, | |
"INCLUDESELECTEDLINKS" : false, | |
"INCLUDEUNSELECTEDLINKS" : true | |
}, | |
"iconKey" : "ok", | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.GenericDeleteFromLinkgrabberContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.RemoveIncompleteArchives" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
} ], | |
"name" : "Clean Up...", | |
"iconKey" : "clear", | |
"className" : "org.jdownloader.gui.views.downloads.context.submenu.DeleteMenuContainer", | |
"actionData" : { }, | |
"type" : "CONTAINER", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.PropertiesAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : "Separator", | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData" : { }, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.linkgrabber.contextmenu.LGMenuManagerAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.CollapseExpandContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.CopyGenericContextAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, { | |
"items" : [ ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : null, | |
"actionData" : { | |
"clazzName" : "org.jdownloader.gui.views.downloads.action.ConfirmHashValuesLinkgrabberAction" | |
}, | |
"type" : "ACTION", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
} ], | |
"name" : "More Actions...", | |
"iconKey" : "menu", | |
"className" : "org.jdownloader.gui.mainmenu.container.OptionalContainer", | |
"actionData" : { }, | |
"type" : "CONTAINER", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
} ], | |
"name" : null, | |
"iconKey" : null, | |
"className" : "org.jdownloader.controlling.contextmenu.MenuContainerRoot", | |
"actionData" : { }, | |
"type" : "CONTAINER", | |
"mnemonic" : null, | |
"shortcut" : null, | |
"visible" : true | |
}, | |
"unused" : [ ] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"items": [ | |
{ | |
"items": [], | |
"name": "Start Downloads", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "jd.gui.swing.jdgui.components.toolbar.actions.StartDownloadsAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "<EMPTY>", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "jd.gui.swing.jdgui.components.toolbar.actions.PauseDownloadsAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Stop all running downloads", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "jd.gui.swing.jdgui.components.toolbar.actions.StopDownloadsAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "<EMPTY>", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "jd.gui.swing.jdgui.components.toolbar.actions.StopDownloadsButFinishRunningOnesAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Reset", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "org.jdownloader.gui.views.downloads.action.ResetToolbarAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Separator", | |
"iconKey": null, | |
"className": "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData": {}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Move to Top", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "org.jdownloader.gui.toolbar.action.MoveToTopAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Move up", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "org.jdownloader.gui.toolbar.action.MoveUpAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Move down", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "org.jdownloader.gui.toolbar.action.MoveDownAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Move to Bottom", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "org.jdownloader.gui.toolbar.action.MoveToBottomAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Separator", | |
"iconKey": null, | |
"className": "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData": {}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Auto Reconnect", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "jd.gui.swing.jdgui.components.toolbar.actions.AutoReconnectToggleAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Speedlimiter enabled", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "jd.gui.swing.jdgui.components.toolbar.actions.SpeedLimiterToggleAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": false | |
}, | |
{ | |
"items": [], | |
"name": "Separator", | |
"iconKey": null, | |
"className": "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData": {}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Restart", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "jd.gui.swing.jdgui.menu.actions.RestartAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Exit", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "jd.gui.swing.jdgui.components.toolbar.actions.ExitToolbarAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Changelog", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "jd.gui.swing.jdgui.menu.actions.LatestChangesAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Separator", | |
"iconKey": null, | |
"className": "org.jdownloader.controlling.contextmenu.SeparatorData", | |
"actionData": {}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "<EMPTY>", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "jd.gui.swing.jdgui.components.toolbar.actions.ReconnectAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "<EMPTY>", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"clazzName": "jd.gui.swing.jdgui.components.toolbar.actions.UpdateAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
}, | |
{ | |
"items": [], | |
"name": "Delete Links: finished", | |
"iconKey": null, | |
"className": null, | |
"actionData": { | |
"setup": { | |
"BYPASSDIALOG": true, | |
"DELETEFINISHED": true, | |
"DELETEMODE": "REMOVE_LINKS_ONLY" | |
}, | |
"iconKey": "remove_ok", | |
"clazzName": "org.jdownloader.gui.toolbar.action.GenericDeleteFromTableToolbarAction" | |
}, | |
"type": "ACTION", | |
"mnemonic": null, | |
"shortcut": "ctrl pressed M", | |
"visible": true | |
} | |
], | |
"name": null, | |
"iconKey": null, | |
"className": "org.jdownloader.controlling.contextmenu.MenuContainerRoot", | |
"actionData": {}, | |
"type": "CONTAINER", | |
"mnemonic": null, | |
"shortcut": null, | |
"visible": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment