wustho / epy

CLI Ebook (epub2, epub3, fb2, mobi) Reader
GNU General Public License v3.0
981 stars 53 forks source link

How to set 'space' in keys config? #96

Closed Friptick closed 1 year ago

Friptick commented 1 year ago

Thanks for your work on this project. How to bind the space bar as a key in .config/epy/configuration.json? For example:

  "Keymap": {
    "ScrollUp": "space", // not working
    "ScrollUp": "<space>", // not working
    "ScrollUp": "spacebar", // not working
    "ScrollUp": "KEY_SPACE", // not working

Etc. Is it not possible?

wustho commented 1 year ago

Hey there, can you try " "?

Friptick commented 1 year ago

Magic! Might be an idea to add that to the readme, it's too logical to be obvious. :)

PS I've been using your reader for a while and it's great. Thanks.