aboutsummaryrefslogtreecommitdiff
path: root/src/operations
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations')
-rw-r--r--src/operations/index.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/operations/index.js b/src/operations/index.js
new file mode 100644
index 0000000..16c05f2
--- /dev/null
+++ b/src/operations/index.js
@@ -0,0 +1,10 @@
+export default {
+ TABS_CLOSE: 'tabs.close',
+ TABS_REOPEN: 'tabs.reopen',
+ TABS_PREV: 'tabs.prev',
+ TABS_NEXT: 'tabs.next',
+ TABS_RELOAD: 'tabs.reload',
+ ZOOM_IN: 'zoom.in',
+ ZOOM_OUT: 'zoom.out',
+ ZOOM_NEUTRAL: 'zoom.neutral',
+}