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

add shift+space keyboard shortcuts to move up one screen #21

Closed
wants to merge 2 commits into from

Conversation

adamthiede
Copy link
Contributor

@adamthiede adamthiede commented Aug 21, 2023

In Neosurf, space moves the view one page down but Shift+space does not move the view one page up. Other browsers implement this feature and it feels like it would be easy to implement, but I can't figure it out. Currently this does not work.

Closes #20

@CobaltBSD
Copy link
Owner

Visurf does not support the shift key as a modifier, which is why you weren't having any luck with the changes in the commit. Enabling the shift key as a modifier currently interferes with some of Visurf's other functionality, which I'll make a note of to work on later. For the time being, you can replace <shift><space> with <C-space> to enable scrolling back up using ctrl+space.

Also, what kind of compilation error were you getting? I never experienced one when testing your changes, so it seems to be an unrelated issue.

@adamthiede
Copy link
Contributor Author

I wasn't actually having issues compiling, just that the intended behavior wasn't there. I'm not quite sure how to put it into the gtk accelerators, if those are gtk- or netsurf-specific names for those functions.

@adamthiede adamthiede closed this by deleting the head repository Oct 8, 2024
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

Successfully merging this pull request may close these issues.

shift+space keyboard shortcuts
2 participants