From 8dbfead03d38611ce14f836feb14cd95002196ea Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Sat, 19 Feb 2022 11:45:10 +0200 Subject: [PATCH] gestures: free long-press on FM home button --- plugins/gestures.koplugin/main.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/gestures.koplugin/main.lua b/plugins/gestures.koplugin/main.lua index 58601d840..4411eb421 100644 --- a/plugins/gestures.koplugin/main.lua +++ b/plugins/gestures.koplugin/main.lua @@ -233,8 +233,7 @@ function Gestures:genMenu(ges) end function Gestures:genSubItem(ges, separator, hold_callback) - local reader_only = {tap_top_left_corner=true, hold_top_left_corner=true, - tap_top_right_corner=true,} + local reader_only = {tap_top_left_corner=true, tap_top_right_corner=true,} local enabled_func if reader_only[ges] then enabled_func = function() return self.ges_mode == "gesture_reader" end