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

[ui] Keyboard shortcuts to switch regions #17169

Merged

Conversation

philrenaud
Copy link
Contributor

Adds r # keyboard bindings to regions.

Note: I'm making an assumption here that users have few regions in general to save on keystrokes. If, however, we expect that users commonly have 10+ regions, then I should switch this to r 0 1 instead of just r 1, lest you end up on the wrong region when you meant to go to region 10 or 11 etc. (we evaluate the buffer on keypress eagerly)

image

@philrenaud philrenaud self-assigned this May 12, 2023
@philrenaud philrenaud linked an issue May 12, 2023 that may be closed by this pull request
@philrenaud philrenaud added the backport/1.5.x backport to 1.5.x release line label May 12, 2023
@philrenaud philrenaud force-pushed the 17168-ui-keyboard-nav-allow-switching-between-regions branch from b39e141 to dfc9461 Compare May 12, 2023 14:43
@github-actions
Copy link

github-actions bot commented May 12, 2023

Ember Asset Size action

As of dfc9461

Files that got Bigger 🚨:

File raw gzip
nomad-ui.js +256 B +94 B

Files that stayed the same size 🤷‍:

File raw gzip
vendor.js 0 B 0 B
nomad-ui.css 0 B 0 B
vendor.css 0 B 0 B

@github-actions
Copy link

github-actions bot commented May 12, 2023

Ember Test Audit comparison

main dfc9461 change
passes 1495 1496 +1
failures 4 4 0
flaky 0 0 0
duration 000ms 000ms -000ms

@philrenaud philrenaud merged commit f2e603d into main May 12, 2023
@philrenaud philrenaud deleted the 17168-ui-keyboard-nav-allow-switching-between-regions branch May 12, 2023 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.5.x backport to 1.5.x release line
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ui] Keyboard nav: allow switching between regions
2 participants