johnfactotum / foliate

Read e-books in style
https://johnfactotum.github.io/foliate/
GNU General Public License v3.0
5.93k stars 273 forks source link

Add scrolling of dictionary / wikipedia popup window with keyboard keys #1156

Closed mars4science closed 8 months ago

mars4science commented 8 months ago

Is your feature request related to a problem? Please describe. I cannot use arrows / pageUp Down keys to scroll dictionary window, using mouse/trackpad is much less convenient at times.

Describe the solution you'd like Keys work and scroll the view.

Describe alternatives you've considered

Additional context I've found the view is most likely GtkScrolledWindow from dictionaryBox.ui and to add this functionality maybe similar to below is needed: https://stackoverflow.com/questions/59281749/how-to-scroll-a-scrolledwindow-with-arrow-keys-in-gtk-3-24-5

johnfactotum commented 8 months ago