wustho / baca

TUI Ebook Reader
GNU General Public License v3.0
363 stars 4 forks source link

Use space key to go down a page #3

Closed jonaustin closed 1 year ago

jonaustin commented 1 year ago

This is super nice!

Minor improvement request -- add a hotkey for Space to go down (alias for ctrl-f)

wustho commented 1 year ago

Sure, that's good idea. If you cannot wait for next release, you can just add space to configuration files: ~/.config/baca/config.ini.

jonaustin commented 1 year ago

oh, perfect, thanks.

As an aside, I think I saw someone mention that as well in your reddit post, but the scrolling is a bit jarring; would be nice to have an config option to have it jump instead (like epy does).

wustho commented 1 year ago

Hey there @jonaustin , there is now PageScrollDuration = 0.2 setting in configuration. Read more: https://github.com/wustho/baca#configurations

jonaustin commented 1 year ago

oh, fantastic, that was quick; thanks @wustho!