From 21404ad534278eff643be089da9c07882b29da82 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 27 Aug 2017 17:59:25 +0900 Subject: support 0/$ commands --- src/shared/actions.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/shared') diff --git a/src/shared/actions.js b/src/shared/actions.js index b987026..cd740c2 100644 --- a/src/shared/actions.js +++ b/src/shared/actions.js @@ -9,6 +9,8 @@ export const SCROLL_LINES = 'scroll.lines'; export const SCROLL_PAGES = 'scroll.pages'; export const SCROLL_TOP = 'scroll.top'; export const SCROLL_BOTTOM = 'scroll.bottom'; +export const SCROLL_LEFT= 'scroll.left'; +export const SCROLL_RIGHT= 'scroll.right'; export const FOLLOW_START = 'follow.start'; export const HISTORY_PREV = 'history.prev'; export const HISTORY_NEXT = 'history.next'; @@ -34,6 +36,8 @@ const CONTENT_ACTION_SET = new Set([ SCROLL_PAGES, SCROLL_TOP, SCROLL_BOTTOM, + SCROLL_LEFT, + SCROLL_RIGHT, FOLLOW_START, HISTORY_PREV, HISTORY_NEXT -- cgit v1.2.3