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.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/content/actions/index.js b/src/content/actions/index.js
index 8cc2303..a727e13 100644
--- a/src/content/actions/index.js
+++ b/src/content/actions/index.js
@@ -21,4 +21,9 @@ export default {
FOLLOW_CONTROLLER_DISABLE: 'follow.controller.disable',
FOLLOW_CONTROLLER_KEY_PRESS: 'follow.controller.key.press',
FOLLOW_CONTROLLER_BACKSPACE: 'follow.controller.backspace',
+
+ // Find
+ FIND_SHOW: 'find.show',
+ FIND_HIDE: 'find.hide',
+ FIND_SET_KEYWORD: 'find.set.keyword',
};