diff --git a/common/chrome.manifest b/common/chrome.manifest index b55978f4..3eae8e1c 100644 --- a/common/chrome.manifest +++ b/common/chrome.manifest @@ -1,7 +1,9 @@ +resource dactyl-local ./ resource dactyl-local-content content/ resource dactyl-local-skin skin/ resource dactyl-local-locale locale/ +resource dactyl-common ../common/ resource dactyl ../common/modules/ resource dactyl-content ../common/content/ resource dactyl-skin ../common/skin/ diff --git a/common/config.json b/common/config.json new file mode 100644 index 00000000..f9aee18a --- /dev/null +++ b/common/config.json @@ -0,0 +1,38 @@ +{ + "completers": { + "abbreviation": "abbreviation", + "altstyle": "alternateStyleSheet", + "bookmark": "bookmark", + "buffer": "buffer", + "charset": "charset", + "color": "colorScheme", + "command": "command", + "dialog": "dialog", + "dir": "directory", + "environment": "environment", + "event": "autocmdEvent", + "extension": "extension", + "file": "file", + "help": "help", + "highlight": "highlightGroup", + "history": "history", + "javascript": "javascript", + "macro": "macro", + "mapping": "userMapping", + "mark": "mark", + "menu": "menuItem", + "option": "option", + "preference": "preference", + "qmark": "quickmark", + "runtime": "runtime", + "search": "search", + "shellcmd": "shellCommand", + "toolbar": "toolbar", + "url": "url", + "usercommand": "userCommand" + }, + + "option-defaults": { + "guioptions": "rb" + } +} diff --git a/common/content/commandline.js b/common/content/commandline.js index 0a556dbd..61d9fbd5 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -20,7 +20,7 @@ var CommandWidgets = Class("CommandWidgets", { eventTarget: commandline }, append: - +