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

Keyboard navigation in memory table #106

Open
3 of 4 tasks
jreineckearm opened this issue Mar 12, 2024 · 1 comment
Open
3 of 4 tasks

Keyboard navigation in memory table #106

jreineckearm opened this issue Mar 12, 2024 · 1 comment
Assignees

Comments

@jreineckearm
Copy link
Contributor

jreineckearm commented Mar 12, 2024

Description

The recently introduced GUI framework comes with capabilities to navigate through the table with the keyboard.
A full navigation strategy need to be defined first. But it could include things like

  • Navigating through table cells and groups within Data column cells.
  • Initiate editing a group when the functionality is available.
  • Selecting groups for subsequent copy.
  • Quick navigation up and down with PageUp/PageDown/Home/End/etc keys.

Additional information

In all of this we need to make sure that the navigation agrees with fundamental Visual Studio Code patterns.

@planger
Copy link
Contributor

planger commented Aug 13, 2024

#140 adressed everything except for quick navigation up and down with PageUp/PageDown/Home/End/etc keys. I updated the issue description.

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

No branches or pull requests

3 participants