From 9048a7b81e9ecfebfd33658f0e274d5f60936d7f Mon Sep 17 00:00:00 2001 From: Takumasa Sakao Date: Wed, 4 Sep 2024 00:33:01 +0900 Subject: [PATCH] Support pagedown and pageup --- .config/config.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/config.json5 b/.config/config.json5 index 2270e74..d54ac6b 100644 --- a/.config/config.json5 +++ b/.config/config.json5 @@ -24,6 +24,10 @@ "": "ResultHalfPageDown", "": "ResultHalfPageUp", "": "TopOfPage", + "": "TopOfPage", + "": "BottomOfPage", + "": "ResultPageDown", + "": "ResultPageUp", "": "BottomOfPage", "": "GoToMoreFuture", "": "GoToMorePast",