mattermost-community/focalboard

Keyboard support: Board view

Open

#29 opened on Jan 19, 2021

View on GitHub
 (0 comments) (1 reaction) (0 assignees)TypeScript (2,542 forks)user submission
HacktoberfestHelp WantedTech/ReactTech/TypescriptUp for grabs

Repository metrics

Stars
 (26,187 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Keyboard navigation is needed in general. This issue tracks the need to be able to use the board view / editor with just a keyboard. E.g.

  • Activate viewHeader actions (sort, filter, etc.)
  • Select card
  • Open card
  • Etc.

More complex actions:

  • Select multiple cards (shift+arrow)
  • Move card(s) to different columns
  • Etc.

Contributor guide