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