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

[Feature] Disable navigating thro cells with tab/key arrows #87

Closed
stan-at-work opened this issue Oct 23, 2024 · 3 comments
Closed

[Feature] Disable navigating thro cells with tab/key arrows #87

stan-at-work opened this issue Oct 23, 2024 · 3 comments
Labels
enhancement New feature or request stale

Comments

@stan-at-work
Copy link

Currently, you can navigate through the interface using either the Tab key or the Arrow keys on your keyboard. This allows for smooth interaction, making it easy to move between different fields or elements.

However, I would like to add a feature that allows users to enable or disable this keyboard navigation functionality as needed. This could be particularly useful in scenarios where the default keyboard navigation behavior interferes with other custom controls or workflows.

For instance, I would like the ability to toggle this behavior programmatically, such as by setting a state that controls whether interactive cell navigation is active.

Here’s an example of how this might work:

// Disable interactive keyboard navigation
stateManager.changeCurrentCellInteractively = false;

// Enable interactive keyboard navigation
stateManager.changeCurrentCellInteractively = true;

By implementing this feature, users would have more control over how they interact with the interface, improving both flexibility and usability.

Is it possible to introduce such a setting that allows me to dynamically enable or disable keyboard navigation?

@stan-at-work stan-at-work added the enhancement New feature or request label Oct 23, 2024
@stan-at-work
Copy link
Author

In addition to this, I would like to disable the ability to copy and paste content to the clipboard when a cell is active, specifically when Ctrl+C or Ctrl+V is pressed. This would prevent accidental clipboard operations during cell interactions and improve the control over content management.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Dec 11, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

1 participant