Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Friptick opened this issue Aug 11, 2023 · 2 comments
Closed

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

Friptick opened this issue Aug 11, 2023 · 2 comments

Comments

@Friptick
Copy link

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
Copy link
Owner

wustho commented Aug 11, 2023

Hey there, can you try " "?

@Friptick
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants