harbur/kubernetic

Add keyboard navigation

dkapanidis opened this issue · 0 comments

Some pages now support keyboard shortcuts to navigate to them faster:

Page Navigation

Screenshot 2022-04-11 at 13 29 15

When hovering on top of the menu items if there is a keyboard shortcut it will appear on the tooltip. For example to navigate to the deployments press g then d. The shortcuts are available when the cursor is outside of input fields.

Rows Selection

On resources the list items can now be selected using keyboard navigation:

  • / arrows navigate through the resources.
  • x selects the current resource.
  • cmd+a selects/deselects all resources.

2022-04-11 13 34 54

On next releases a help screen will be added to display all keyboard shortcuts for discovery.

Hide Menu

To optimize screen usage you can now resize the menu:

  • you can drag the edge of the menu to increase/decrease the size.
  • [ keyboard shortcut will collapse/expand the menu.

2022-04-11 13 42 39