From 0b2b40a233c014e684f6efed0298efda02e7abf4 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 21 Nov 2020 11:48:07 +0200 Subject: Added option to load image instead of scrolling One can now read through a page and load all inline images simply by repeatedly pressing Space or cursor down. Key repeat events do not trigger image loads. --- src/ui/keys.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/keys.h') diff --git a/src/ui/keys.h b/src/ui/keys.h index 0cd97e2a..1e676c59 100644 --- a/src/ui/keys.h +++ b/src/ui/keys.h @@ -52,6 +52,7 @@ iDeclareType(Binding) struct Impl_Binding { int id; + int flags; int key; int mods; iString command; -- cgit v1.2.3