aboutsummaryrefslogtreecommitdiff
path: root/src/content/actions/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/actions/index.js')
-rw-r--r--src/content/actions/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/content/actions/index.js b/src/content/actions/index.js
index f8db948..085d510 100644
--- a/src/content/actions/index.js
+++ b/src/content/actions/index.js
@@ -1,5 +1,9 @@
export default {
// User input
+ ADDON_ENABLE: 'addon.enable',
+ ADDON_DISABLE: 'addon.disable',
+ ADDON_TOGGLE_ENABLED: 'addon.toggle.enabled',
+
INPUT_KEY_PRESS: 'input.key,press',
INPUT_CLEAR_KEYS: 'input.clear.keys',
INPUT_SET_KEYMAPS: 'input.set.keymaps',