1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 12:35:47 +01:00

Replace the *.vimp file extension with config specific extensions.

This commit is contained in:
Doug Kearns
2010-10-01 02:43:02 +10:00
parent 002522c179
commit 725cf1f1f7
12 changed files with 29 additions and 18 deletions

View File

@@ -80,15 +80,21 @@ const ConfigBase = Class(ModuleBase, {
*/
features: [],
/**
* @property {string} The file extension used for command script files.
* This is the name string sans "dactyl".
*/
get fileExtension() this.name.slice(0, -6),
guioptions: {},
hasTabbrowser: false,
/**
* @property {string} The name of the application that hosts the
* “liberated” application. E.g., "Firefox" or "Xulrunner".
* extension. E.g., "Firefox" or "XULRunner".
*/
hostApplication: null,
host: null,
/**
* @property {Object} A map between key names for key events should be ignored,
@@ -109,7 +115,7 @@ const ConfigBase = Class(ModuleBase, {
modes: [],
/**
* @property {string} The name of “liberated” application.
* @property {string} The name of the extension.
* Required.
*/
name: null,