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

Page Up and Page Down keys for navigation in list #120

Closed
AlexWayfer opened this issue Aug 18, 2016 · 5 comments
Closed

Page Up and Page Down keys for navigation in list #120

AlexWayfer opened this issue Aug 18, 2016 · 5 comments

Comments

@AlexWayfer
Copy link
Contributor

Enable Page Up and Page Down keys for navigation in list, please 😇

@Osmose
Copy link
Owner

Osmose commented Aug 18, 2016

There's actually commands you can bind for this yourself in your keybindings file:

'.advanced-open-file atom-text-editor':
  'pagedown': 'advanced-open-file:move-cursor-down'
  'pageup': 'advanced-open-file:move-cursor-up'

Hope that helps!

@Osmose Osmose closed this as completed Aug 18, 2016
@AlexWayfer
Copy link
Contributor Author

Oh, no! Page Down/Up should not move one position up or down, and at the end or beginning of the list.
Does advanced-open-file have these commands?

@Osmose
Copy link
Owner

Osmose commented Aug 18, 2016

Ah, we don't have commands for those.

@Osmose Osmose reopened this Aug 18, 2016
@Osmose
Copy link
Owner

Osmose commented Aug 18, 2016

I don't really have bandwidth to work on this myself, but I'll review/merge/release a PR that adds this!

@Osmose
Copy link
Owner

Osmose commented Aug 21, 2016

Fixed by the PRs mentioned above. :D

@Osmose Osmose closed this as completed Aug 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants