mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:08:37 +01:00
Replace silly dactyl.* constants with strings.
--HG-- branch : key-processing
This commit is contained in:
@@ -110,10 +110,10 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
get menuItems() Dactyl.getMenuItems(),
|
get menuItems() Dactyl.getMenuItems(),
|
||||||
|
|
||||||
// Global constants
|
// Global constants
|
||||||
CURRENT_TAB: [],
|
CURRENT_TAB: "here",
|
||||||
NEW_TAB: [],
|
NEW_TAB: "tab",
|
||||||
NEW_BACKGROUND_TAB: [],
|
NEW_BACKGROUND_TAB: "background-tab",
|
||||||
NEW_WINDOW: [],
|
NEW_WINDOW: "window",
|
||||||
|
|
||||||
forceNewTab: false,
|
forceNewTab: false,
|
||||||
forceNewWindow: false,
|
forceNewWindow: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user