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

Using right and left arrowkeys as keybinding does not work properly #692

Open
Lattitude75 opened this issue Jul 14, 2020 · 0 comments
Open

Comments

@Lattitude75
Copy link

I used the following in keybindings file:

main_window.next_page=Right # Next page
main_window.previous_page=Left # Previous page

So, shift+right or left works, even though I could not figure out how to do it without the shift key. And, the page change does not work in the help pane or the thread_view. It only works in the pages for thread_index.

I tried to check if the same is the case with any other shortcuts:

main_window.next_page=] # Next page
main_window.previous_page=' # Previous page

But, these woked perfectly fine.

I am accustomed to the arrows more than the vim keys, so I prefer to use it this way. Is there an issue with using the arrow keys?

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

1 participant