tilfinltd / aws-extend-switch-roles

Extend your AWS IAM switching roles by Chrome extension, Firefox add-on, or Edge add-on
https://goo.gl/0QFjow
MIT License
1.31k stars 140 forks source link

Keyboard navigation #279

Open tmccombs opened 1 year ago

tmccombs commented 1 year ago

Is your feature request related to a problem? Please describe. After typing in a search, I would like to be able to navigate through the matching results and select the profile I want using the keyboard. For example if I have profiles called "abc" and "abcd", and abcd has a lower account id, I would like to be able to select "abc", without having to use the mouse.

Describe the solution you'd like Allow using arrow keys (ctrl+n and ctlr+p or similar would also work) to navigate between search results.

Describe alternatives you've considered One alternative that solves my specific problem could be to sort by profile name instead of by account id, so that if one profile name is a substring of another, the one with the shorter name shows up first, and automatically selected. Although, even in that case I think having keyboard navigation would be useful.

den-is commented 8 months ago

I double this. This would be very convenient, when after filtering you just press the Arrow Down key, followed by the Enter key.