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

Popover now responds to Control-{N,P,J,K} #275

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jeroendehaas
Copy link

This week I started using Boop in earnest and as a Dash and Launchbar user I expect Control-{N,J} to advance a selection to the next item, or Control-{P,K} to move the selection in the opposite direction. This pull request implements this behaviour in PopoverViewController.

Typically typing control and n in a TextView advances to the next line, and control-p moves to the previous line. This commit introduces similar functionality to the script selection Popover. It supports both Emacs-like key chords, C-n and C-p, as well as Vi-like alternatives, C-j and C-k. Similar functionality is offered by Dash and Launchbar.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 3, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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.

1 participant